Skip to content

Commit fa913bf

Browse files
committed
Fix run-test-suite
You could not interrupt the test with Ctrl+C JerryScript-DCO-1.0-Signed-off-by: Daniella Barsony bella@inf.u-szeged.hu
1 parent a264560 commit fa913bf

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)