summaryrefslogtreecommitdiff
path: root/cli/js
diff options
context:
space:
mode:
Diffstat (limited to 'cli/js')
-rw-r--r--cli/js/40_testing.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/cli/js/40_testing.js b/cli/js/40_testing.js
index 9896df34b..3818c3647 100644
--- a/cli/js/40_testing.js
+++ b/cli/js/40_testing.js
@@ -1086,6 +1086,9 @@
}
for (const desc of filtered) {
+ if (ops.op_tests_should_stop()) {
+ break;
+ }
ops.op_dispatch_test_event({ wait: desc.id });
const earlier = DateNow();
const result = await runTest(desc);