[Darshan-commits] [Git][darshan/darshan][dev-new-regression-tests] run all test cases instead of just 1
Shane Snyder
xgitlab at cels.anl.gov
Mon Jul 13 16:38:25 CDT 2020
Shane Snyder pushed to branch dev-new-regression-tests at darshan / darshan
Commits:
34ec51db by Shane Snyder at 2020-07-13T16:37:26-05:00
run all test cases instead of just 1
- - - - -
1 changed file:
- darshan-test/regression/run-all.sh
Changes:
=====================================
darshan-test/regression/run-all.sh
=====================================
@@ -47,8 +47,7 @@ source $DARSHAN_TESTDIR/$DARSHAN_PLATFORM/env.sh
failure_count=0
-#for i in `ls $DARSHAN_TESTDIR/test-cases/*.sh`; do
-for i in `ls $DARSHAN_TESTDIR/test-cases/mpi-io-test.sh`; do
+for i in `ls $DARSHAN_TESTDIR/test-cases/*.sh`; do
echo Running ${i}...
$i
if [ $? -ne 0 ]; then
View it on GitLab: https://xgitlab.cels.anl.gov/darshan/darshan/commit/34ec51db717d801eb06b7999c824b9205499868b
--
View it on GitLab: https://xgitlab.cels.anl.gov/darshan/darshan/commit/34ec51db717d801eb06b7999c824b9205499868b
You're receiving this email because of your account on xgitlab.cels.anl.gov.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/darshan-commits/attachments/20200713/a1803999/attachment.html>
More information about the Darshan-commits
mailing list