aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-cli/src/integrationtests
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2022-06-01 10:14:23 +0200
committerFlorian Dold <florian@dold.me>2022-06-01 10:14:23 +0200
commit59a2119dcb70d0cc1c662c59e8db947dbc839d4c (patch)
treeba27f53dac78659ce30812817bbbfa0a2b1f3528 /packages/taler-wallet-cli/src/integrationtests
parent1ea28c5be15cdc6f9fd9f1413f70f77e1c159116 (diff)
downloadwallet-core-59a2119dcb70d0cc1c662c59e8db947dbc839d4c.tar.xz
integration tests: one variable for pybank/libeufin switch
Diffstat (limited to 'packages/taler-wallet-cli/src/integrationtests')
-rw-r--r--packages/taler-wallet-cli/src/integrationtests/testrunner.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/taler-wallet-cli/src/integrationtests/testrunner.ts b/packages/taler-wallet-cli/src/integrationtests/testrunner.ts
index dcbf84497..db66aa7d7 100644
--- a/packages/taler-wallet-cli/src/integrationtests/testrunner.ts
+++ b/packages/taler-wallet-cli/src/integrationtests/testrunner.ts
@@ -222,7 +222,7 @@ export async function runTests(spec: TestRunSpec) {
path.join(os.tmpdir(), "taler-integrationtests-"),
);
updateCurrentSymlink(testRootDir);
- console.log("testsuite root directory: ", testRootDir);
+ console.log(`testsuite root directory: ${testRootDir}`);
const testResults: TestRunResult[] = [];