diff options
Diffstat (limited to 'test')
| -rwxr-xr-x | test/lem/run_tests.sh | 2 | ||||
| -rwxr-xr-x | test/riscv/run_tests.sh | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/test/lem/run_tests.sh b/test/lem/run_tests.sh index 5d435950..c53ec189 100755 --- a/test/lem/run_tests.sh +++ b/test/lem/run_tests.sh @@ -61,6 +61,6 @@ do fi done -finish_suite "Expecting pass" +finish_suite "LEM tests" printf "</testsuites>\n" >> $DIR/tests.xml diff --git a/test/riscv/run_tests.sh b/test/riscv/run_tests.sh index 9f1aa007..32f6f091 100755 --- a/test/riscv/run_tests.sh +++ b/test/riscv/run_tests.sh @@ -1,4 +1,3 @@ - #!/usr/bin/env bash set -e |
