Enable test output on failure in test.sh

This commit is contained in:
Camden Dixie O'Brien 2024-10-27 01:50:21 +00:00
parent 007cddc292
commit afd4cf928c

View File

@ -1,3 +1,3 @@
#!/bin/sh #!/bin/sh
cd "$(git rev-parse --show-toplevel)" cd "$(git rev-parse --show-toplevel)"
ctest --test-dir build ctest --test-dir build --output-on-failure