diff --git a/test/scripts/test_option b/test/scripts/test_option index ba9a68b..caee40e 100755 --- a/test/scripts/test_option +++ b/test/scripts/test_option @@ -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