Skip to content

Commit b76407e

Browse files
author
Matthias Koeppe
committed
build/pkgs/scip_sdp/spkg-install.in: Use 'ctest --rerun-failed --output-on-failure'
1 parent 69e083d commit b76407e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

build/pkgs/scip_sdp/spkg-check.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
cd src
22
cd build
33
$MAKE test
4+
if [ $? != 0 ]; then
5+
ctest --rerun-failed --output-on-failure
6+
fi

0 commit comments

Comments
 (0)