diff options
author | Florian Dold <florian.dold@gmail.com> | 2016-11-13 23:37:54 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2016-11-13 23:37:54 +0100 |
commit | 8a9d6cb0e658d846e1c2b69854e6aab8f9fad39f (patch) | |
tree | 75e2e6dda1c9591503da5aa57142fe4d46be7684 /testlib | |
parent | f3fb8be7db6de87dae40d41bd5597a735c800ca1 (diff) |
fix text harness problem caused by restructuring
Diffstat (limited to 'testlib')
-rw-r--r-- | testlib/selenium/testhost.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testlib/selenium/testhost.html b/testlib/selenium/testhost.html index 5733ad945..fcc9394f2 100644 --- a/testlib/selenium/testhost.html +++ b/testlib/selenium/testhost.html @@ -50,7 +50,7 @@ baseURL: "/", defaultJSExtensions: true, meta: { - "lib/emscripten/taler-emscripten-lib": { + "src/emscripten/taler-emscripten-lib": { format: "global", exports: "Module", }, |