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:
committed by
Zoltan Herczeg
parent
8547380d46
commit
9ea9061aa2
@@ -41,6 +41,8 @@ TERM_NORMAL="\033[0m"
|
|||||||
TERM_RED="\033[1;31m"
|
TERM_RED="\033[1;31m"
|
||||||
TERM_GREEN="\033[1;32m"
|
TERM_GREEN="\033[1;32m"
|
||||||
|
|
||||||
|
trap 'exit' SIGINT
|
||||||
|
|
||||||
VERBOSE=1
|
VERBOSE=1
|
||||||
if [[ "$1" == "-q" ]]
|
if [[ "$1" == "-q" ]]
|
||||||
then
|
then
|
||||||
|
|||||||
Reference in New Issue
Block a user