Skip to content

Commit 9ea9061

Browse files
Yuyupozherczeg
authored andcommitted
Fix run-test-suite (#2505)
You could not interrupt the test with Ctrl+C JerryScript-DCO-1.0-Signed-off-by: Daniella Barsony [email protected]
1 parent 8547380 commit 9ea9061

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/runners/run-test-suite.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ TERM_NORMAL="\033[0m"
4141
TERM_RED="\033[1;31m"
4242
TERM_GREEN="\033[1;32m"
4343

44+
trap 'exit' SIGINT
45+
4446
VERBOSE=1
4547
if [[ "$1" == "-q" ]]
4648
then

0 commit comments

Comments
 (0)