mirror of
https://github.com/Cantera/cantera.git
synced 2025-02-25 18:55:29 -06:00
added -w option to diff, so that dos unix text file differences
aren't important.
This commit is contained in:
@@ -8,3 +8,5 @@ output.txt
|
||||
*.d
|
||||
.depends
|
||||
gri30.xml
|
||||
surfdemo.ilk
|
||||
surfkin.pdb
|
||||
|
||||
@@ -20,7 +20,7 @@ then
|
||||
fi
|
||||
|
||||
|
||||
diff output.txt output_blessed.txt > diff_test.out
|
||||
diff -w output.txt output_blessed.txt > diff_test.out
|
||||
retnStat=$?
|
||||
if [ $retnStat = "0" ]
|
||||
then
|
||||
|
||||
Reference in New Issue
Block a user