Loading tests/runtests.sh +2 −2 Original line number Diff line number Diff line #!/bin/sh #!/bin/bash DIR=`dirname $0` PWD=`pwd` Loading @@ -8,7 +8,7 @@ LOGFILE=runtest.log rm -f ${LOGFILE} for tf in $*; do echo "### running test ${tf}\t\c"; echo -ne "### running test ${tf}\t\c"; ./${tf} >> ${LOGFILE} res=$? if [[ $res -ne 0 ]]; then Loading Loading
tests/runtests.sh +2 −2 Original line number Diff line number Diff line #!/bin/sh #!/bin/bash DIR=`dirname $0` PWD=`pwd` Loading @@ -8,7 +8,7 @@ LOGFILE=runtest.log rm -f ${LOGFILE} for tf in $*; do echo "### running test ${tf}\t\c"; echo -ne "### running test ${tf}\t\c"; ./${tf} >> ${LOGFILE} res=$? if [[ $res -ne 0 ]]; then Loading