aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-harness/src/integrationtests/testrunner.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2024-02-18 23:34:57 +0100
committerFlorian Dold <florian@dold.me>2024-02-18 23:34:57 +0100
commitb55bf0779946b6a1554a687e05841d131b9951b3 (patch)
tree0eeb2df50228280ba92140f06a7037d9ba8baf0d /packages/taler-harness/src/integrationtests/testrunner.ts
parent90c7dc49b7d377b4b3e691f45b84b51f6b03f9af (diff)
downloadwallet-core-b55bf0779946b6a1554a687e05841d131b9951b3.tar.gz
wallet-core-b55bf0779946b6a1554a687e05841d131b9951b3.tar.bz2
wallet-core-b55bf0779946b6a1554a687e05841d131b9951b3.zip
fix non-termination in run-until done
Also add a test for this.
Diffstat (limited to 'packages/taler-harness/src/integrationtests/testrunner.ts')
-rw-r--r--packages/taler-harness/src/integrationtests/testrunner.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/taler-harness/src/integrationtests/testrunner.ts b/packages/taler-harness/src/integrationtests/testrunner.ts
index 624b230d3..f4401c63c 100644
--- a/packages/taler-harness/src/integrationtests/testrunner.ts
+++ b/packages/taler-harness/src/integrationtests/testrunner.ts
@@ -86,6 +86,7 @@ import { runTermOfServiceFormatTest } from "./test-tos-format.js";
import { runWalletBackupBasicTest } from "./test-wallet-backup-basic.js";
import { runWalletBackupDoublespendTest } from "./test-wallet-backup-doublespend.js";
import { runWalletBalanceTest } from "./test-wallet-balance.js";
+import { runWalletCliTerminationTest } from "./test-wallet-cli-termination.js";
import { runWalletCryptoWorkerTest } from "./test-wallet-cryptoworker.js";
import { runWalletDblessTest } from "./test-wallet-dbless.js";
import { runWalletDd48Test } from "./test-wallet-dd48.js";
@@ -189,6 +190,7 @@ const allTests: TestMainFunction[] = [
runWalletDd48Test,
runCurrencyScopeTest,
runWalletRefreshTest,
+ runWalletCliTerminationTest,
runOtpTest,
];