diff options
| author | Alasdair Armstrong | 2018-01-22 13:41:35 +0000 |
|---|---|---|
| committer | Alasdair Armstrong | 2018-01-22 13:41:35 +0000 |
| commit | 1f8ac16d110e2b964a482c083e3782f406e94b69 (patch) | |
| tree | fa3d4fb715ae7258366901dc2d7b61a55bd76232 /test/riscv | |
| parent | 392e8ada16f0c05e928527d20f7cc8b521b6a53f (diff) | |
Update and fix test suite
Diffstat (limited to 'test/riscv')
| -rwxr-xr-x | test/riscv/run_tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/riscv/run_tests.sh b/test/riscv/run_tests.sh index 9430efec..5b5f67cb 100755 --- a/test/riscv/run_tests.sh +++ b/test/riscv/run_tests.sh @@ -61,5 +61,5 @@ fi finish_suite "RISCV tests" -prinf "</testsuites>\n" >> $DIR/tests.xml +printf "</testsuites>\n" >> $DIR/tests.xml |
