mirror of
https://github.com/jerryscript-project/jerryscript.git
synced 2025-12-15 16:29:21 +00:00
Fix run-test-suite (#2505)
You could not interrupt the test with Ctrl+C JerryScript-DCO-1.0-Signed-off-by: Daniella Barsony bella@inf.u-szeged.hu
This commit is contained in:
parent
8547380d46
commit
9ea9061aa2
@ -41,6 +41,8 @@ TERM_NORMAL="\033[0m"
|
||||
TERM_RED="\033[1;31m"
|
||||
TERM_GREEN="\033[1;32m"
|
||||
|
||||
trap 'exit' SIGINT
|
||||
|
||||
VERBOSE=1
|
||||
if [[ "$1" == "-q" ]]
|
||||
then
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user