Changeset 29235 for branches/sc_branches/psps_testing/build.sh
- Timestamp:
- Sep 24, 2010, 3:50:36 PM (16 years ago)
- File:
-
- 1 edited
-
branches/sc_branches/psps_testing/build.sh (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/sc_branches/psps_testing/build.sh
r29116 r29235 13 13 testers/batch_manifest_file.py \ 14 14 testers/fits_file.py \ 15 testers/fits/__init__.py \ 16 testers/fits/p2.py \ 15 17 utilities/__init__.py \ 16 18 utilities/configuration.py \ 17 utilities/file_manipulation.py\ 18 psi/psi_inquisitor.py" 19 utilities/file_manipulation.py \ 20 utilities/psps_logger.py \ 21 utilities/test_report.py \ 22 utilities/test_product.py \ 23 utilities/util.py \ 24 psi/__init__.py \ 25 psi/psi_inquisitor.py \ 26 psi/web01_configuration.py" 19 27 20 28 case "$1" in … … 28 36 for file in $FILES; do 29 37 echo "Coverage for $file" 30 $COVERAGE -x $file 38 $COVERAGE -x $file test -debug > /dev/null 2> /dev/null 31 39 done 32 40 echo "### Coverage results ###"
Note:
See TracChangeset
for help on using the changeset viewer.
