[Darshan-commits] [Git][darshan/darshan][dev-new-regression-tests] restrict number of test cases for now
Shane Snyder
xgitlab at cels.anl.gov
Mon Apr 27 09:54:26 CDT 2020
Shane Snyder pushed to branch dev-new-regression-tests at darshan / darshan
Commits:
61594841 by Shane Snyder at 2020-04-27T09:54:11-05:00
restrict number of test cases for now
- - - - -
1 changed file:
- darshan-test/regression/run-all.sh
Changes:
=====================================
darshan-test/regression/run-all.sh
=====================================
@@ -47,7 +47,8 @@ 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/*.sh`; do
+for i in `ls $DARSHAN_TESTDIR/test-cases/mpi-io-test.sh`; do
echo Running ${i}...
$i
if [ $? -ne 0 ]; then
View it on GitLab: https://xgitlab.cels.anl.gov/darshan/darshan/commit/615948412195887179750ff749323161ebf47472
--
View it on GitLab: https://xgitlab.cels.anl.gov/darshan/darshan/commit/615948412195887179750ff749323161ebf47472
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/20200427/689a1aa8/attachment.html>
More information about the Darshan-commits
mailing list