Light change in test script

This commit is contained in:
Gwenal Delaval 2012-07-23 17:36:04 +02:00
parent 70cb94d0bd
commit 5890e3599f

View file

@ -67,7 +67,7 @@ function compile () {
if [[ $run == 1 ]]; then
echo $LD *.o -o main
if $LD *.o -o main; then
echo ./main $NBSTEP | tee ../${outputfilename}
echo "./main $NBSTEP | tee ../${outputfilename}"
if ./main $NBSTEP | tee ../${outputfilename}; then
echo "Run (${comment}) successful."
res=0