Skip to content

Commit

Permalink
Enabled AZorngReliabilityTest
Browse files Browse the repository at this point in the history
  • Loading branch information
engpedrorafael committed May 4, 2012
1 parent 9c4ac0c commit e06e3cf
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tests/source/runOpenTests.bash
Expand Up @@ -14,7 +14,7 @@ mkdir $OUTPUTDIR
OUTPUT_LOG=$OUTPUTDIR/test.log
OUTPUT_PIPE=$OUTPUTDIR/output.pipe
# NTESTS = Number of tests to perform. Please, update this value if tests are added or deleted
NTESTS=16
NTESTS=17

# When adding a new test, insert after the last test and before "PrintReport" statement:

Expand Down Expand Up @@ -173,6 +173,11 @@ echo "-+-+-+-+-+-+-+-+-+-+-+ AZorngBBRCDescTest +-+-+-+-+-+-+-+-+-+-+-" >> $OUTP
cat $OUTPUT_PIPE >> $OUTPUT_LOG
CheckErrors "AZorngBBRCDescTest"

python AZorngReliabilityTest.py &>$OUTPUT_PIPE
echo "-+-+-+-+-+-+-+-+-+-+-+ AZorngReliabilityTest +-+-+-+-+-+-+-+-+-+-+-" >> $OUTPUT_LOG
cat $OUTPUT_PIPE >> $OUTPUT_LOG
CheckErrors "AZorngReliabilityTest"

python AZorngPredictorTest.py &>$OUTPUT_PIPE
echo "-+-+-+-+-+-+-+-+-+-+-+ AZorngPredictorTest +-+-+-+-+-+-+-+-+-+-+-" >> $OUTPUT_LOG
cat $OUTPUT_PIPE >> $OUTPUT_LOG
Expand Down

0 comments on commit e06e3cf

Please sign in to comment.