Skip to content

Commit 9746fa1

Browse files
committed
Drop --rerun-failed
1 parent da169ac commit 9746fa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ all:
1818
check: all
1919
cmake -S . -B build -DJIT=${JIT} -DSDL=${SDL} -DICARUS=${ICARUS} -DTESTING=1
2020
cmake --build build
21-
export PATH=$(abspath .):$$PATH && cd build && ctest --rerun-failed --output-on-failure
21+
export PATH=$(abspath .):$$PATH && cd build && ctest --output-on-failure
2222

2323
# Use CMAKE_BUILD_TYPE=Debug for coverage to avoid glitchy optimizations.
2424
coverage: CMAKE_BUILD_TYPE = Debug

0 commit comments

Comments
 (0)