Remove the support for "N*.js"-named disabled tests (#2553)
The only such test was a legacy of the long removed compact profile, which is also removed. JerryScript-DCO-1.0-Signed-off-by: Akos Kiss akiss@inf.u-szeged.hu
This commit is contained in:
@@ -85,7 +85,7 @@ if [ -d $TESTS ]
|
||||
then
|
||||
TESTS_DIR=$TESTS
|
||||
|
||||
( cd $TESTS; find . -name "[^N]*.js" ) | sort > $TEST_FILES
|
||||
( cd $TESTS; find . -name "*.js" ) | sort > $TEST_FILES
|
||||
elif [ -f $TESTS ]
|
||||
then
|
||||
TESTS_DIR=`dirname $TESTS`
|
||||
|
||||
Reference in New Issue
Block a user