Light change in test script
This commit is contained in:
parent
70cb94d0bd
commit
5890e3599f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue