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:
Daniella Barsony 2018-09-04 10:23:59 +02:00 committed by Zoltan Herczeg
parent 8547380d46
commit 9ea9061aa2

View File

@ -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