Fix test262 runner script

This commit is contained in:
Ilmir Usmanov 2014-10-27 18:08:12 +04:00
parent 69624e4de2
commit cd8ab6594b

View File

@ -14,5 +14,5 @@
TARGET=$1
PARSE=$2
rm ./js.files jerry.error jerry.passed; ./tools/jerry_test.sh ./out/$TARGET/jerry . ./tests/test262/test/suite/ $PARSE
rm ./js.files jerry.error jerry.passed; ./tools/jerry_test.sh ./out/$TARGET/jerry . ./tests/test262/test/suite/ ./tests/test262/test/harness/sta-jerry.js $PARSE