[Darshan-commits] [Git][darshan/darshan][dev-gitlab-ci] remove debug statements

Shane Snyder xgitlab at cels.anl.gov
Mon Apr 20 09:08:02 CDT 2020



Shane Snyder pushed to branch dev-gitlab-ci at darshan / darshan


Commits:
0e69a2b3 by Shane Snyder at 2020-04-19T20:51:55-05:00
remove debug statements

- - - - -


1 changed file:

- darshan-test/automated/common/configure.sh


Changes:

=====================================
darshan-test/automated/common/configure.sh
=====================================
@@ -7,17 +7,14 @@ status=0
 
 if [[ $NODE_LABELS =~ "CINOW" || $NODE_LABELS =~ "mcs" ]];
 then
-  echo "****GENERIC"
   source darshan-test/automated/generic/configure.sh
   status=$?
 elif [[ $NODE_LABELS =~ "Theta" ]];
 then
-  echo "****THETA"
   source darshan-test/automated/theta/configure.sh
   status=$?
 else
   # unknown machine
-  echo "****UNKNOWN NODE_LABELS=$NODE_LABELS"
   status=100
 fi
 



View it on GitLab: https://xgitlab.cels.anl.gov/darshan/darshan/commit/0e69a2b3134c512c6c063e231eaf2e17b2f593b4

-- 
View it on GitLab: https://xgitlab.cels.anl.gov/darshan/darshan/commit/0e69a2b3134c512c6c063e231eaf2e17b2f593b4
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/20200420/e729fb55/attachment-0001.html>


More information about the Darshan-commits mailing list