Skip to content

Commit 9ef3d90

Browse files
author
fett
committed
*** empty log message ***
1 parent 6c669a4 commit 9ef3d90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/cnf_tests.sh.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ do
1717
if [ $? != 0 ] ; then
1818
exit 1;
1919
fi
20-
echo @ECHO_N@ "`basename $i` ... @ECHO_C@"
20+
echo @ECHO_N@ "`basename $i` (simple_solver) ... @ECHO_C@"
2121
PARAMS=
2222
if [ -f $i.params ] ; then
2323
PARAMS=`cat $i.params`

0 commit comments

Comments
 (0)