aboutsummaryrefslogtreecommitdiff
path: root/src/headless/taler-wallet-cli.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-12-15 17:48:22 +0100
committerFlorian Dold <florian.dold@gmail.com>2019-12-15 17:48:22 +0100
commit7cc3b10824683c601a9051ef98e7c1478a801db8 (patch)
treef40f55160acf64d958aff638c13735487fbd5937 /src/headless/taler-wallet-cli.ts
parent985c90e0adc80301ee842bc290041b6a7d59d51e (diff)
downloadwallet-core-7cc3b10824683c601a9051ef98e7c1478a801db8.tar.xz
don't throttle the integration test
Diffstat (limited to 'src/headless/taler-wallet-cli.ts')
-rw-r--r--src/headless/taler-wallet-cli.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/headless/taler-wallet-cli.ts b/src/headless/taler-wallet-cli.ts
index 8d4341103..bc83bac2f 100644
--- a/src/headless/taler-wallet-cli.ts
+++ b/src/headless/taler-wallet-cli.ts
@@ -423,7 +423,7 @@ testCli
merchantApiKey: cmdObj.merchantApiKey,
merchantBaseUrl: cmdObj.merchant,
}).catch(err => {
- console.error("Failed with exception:");
+ console.error("Integration test failed with exception:");
console.error(err);
});