Fix the simplify test
The script was returning the wrong number of tests.
This commit is contained in:
@@ -7,7 +7,7 @@ TEST_RESULT_DIR=${TEST_RESULT_DIR:-/tmp}
|
||||
shopt -s nullglob
|
||||
TESTS=( "$TEST_DATA_DIR"/*.ui )
|
||||
|
||||
echo "1..${#TESTS}"
|
||||
echo "1..${#TESTS[*]}"
|
||||
|
||||
I=1
|
||||
for t in ${TESTS[*]}; do
|
||||
|
||||
Reference in New Issue
Block a user