Skip to content

Commit

Permalink
Merge branch 'master' of github.com:connamara/quickfix.net
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenny Stone committed Oct 2, 2011
2 parents 5757754 + 500b477 commit 227bbcb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions acceptance_test.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
set RESULT=0

pushd AcceptanceTest
del TestResult.xml AcceptanceTests_40.html AcceptanceTests_41.xml AcceptanceTests_42.xml AcceptanceTests_43.xml AcceptanceTests_44.xml
call runat release 5001 definitions/server/fix40/*.def
Expand Down Expand Up @@ -28,7 +26,9 @@ pushd AcceptanceTest
xsltproc.exe -o AcceptanceTests_44.html at.xsl TestResult.xml
popd

echo "test suite results:"
echo ""
echo ""
echo "test suite results (blank means success):"
echo " 40: %RESULT40%"
echo " 41: %RESULT41%"
echo " 42: %RESULT42%"
Expand All @@ -37,5 +37,6 @@ echo " 44: %RESULT44%"

set /a RETURNVALUE=RESULT40+RESULT41+RESULT42+RESULT43+RESULT44

echo "Script returns: %RETURNVALUE%"
exit /B %RETURNVALUE%

0 comments on commit 227bbcb

Please sign in to comment.