-
Sub-task
-
Resolution: Done
-
Major
-
None
-
None
-
None
-
None
Make sure that the set of tests run by the modified testsuite is the
same as the set of tests run by the unmodified testsuite (this is
because the includes/excludes have been rearranged in some cases,
especially in the integration module).
COMB="new-DallTests-clean" DIR=~/work/AS7/TS-compare/$COMB mkdir -p $DIR/allReports find testsuite/ -name TEST-* > $DIR/list.txt for i in `find testsuite/ -name *TestCase*.txt`; do cp $i $DIR/allReports ; done for i in `find testsuite/ -name TEST-*`; do cp $i $DIR/allReports ; done