MSVC differences no longer matter.
This commit is contained in:
parent
d36916e366
commit
d021f3f7dc
2 changed files with 9 additions and 4 deletions
|
|
@ -10,3 +10,7 @@ xml_diff_test.out
|
|||
*.d
|
||||
.cttmp.py
|
||||
runDiamond.ilk
|
||||
diamondSurf.pdb
|
||||
diamonda.xml
|
||||
outputa.txt
|
||||
test.xml
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
#
|
||||
|
||||
temp_success="1"
|
||||
/bin/rm -f output.txt
|
||||
/bin/rm -f output.txt outputa.txt diamond.xml diamonda.xml
|
||||
|
||||
#################################################################
|
||||
#
|
||||
|
|
@ -19,8 +19,8 @@ then
|
|||
echo "runDiamond returned with bad status, $retnStat, check output"
|
||||
fi
|
||||
|
||||
|
||||
diff output.txt runDiamond_blessed.out > diff_test.out
|
||||
../../bin/exp3to2.sh output.txt > outputa.txt
|
||||
diff -w outputa.txt runDiamond_blessed.out > diff_test.out
|
||||
retnStat=$?
|
||||
if [ $retnStat = "0" ]
|
||||
then
|
||||
|
|
@ -31,7 +31,8 @@ else
|
|||
temp_success="0"
|
||||
fi
|
||||
|
||||
diff diamond.xml diamond_blessed.xml > xml_diff_test.out
|
||||
../../bin/exp3to2.sh diamond.xml > diamonda.xml
|
||||
diff -w diamonda.xml diamond_blessed.xml > xml_diff_test.out
|
||||
retnStat=$?
|
||||
if [ $retnStat = "0" ]
|
||||
then
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue