[Darshan-commits] [Darshan] branch, master, updated. darshan-2.3.1-pre2-9-ge23f7ff
Service Account
git at mcs.anl.gov
Fri Mar 13 10:05:08 CDT 2015
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "".
The branch, master has been updated
via e23f7ffe1ec3bbdf7e877277c3d6654ad85720fc (commit)
from 20d809d31228bc1c6e04301874ff84d384285022 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit e23f7ffe1ec3bbdf7e877277c3d6654ad85720fc
Author: Phil Carns <carns at mcs.anl.gov>
Date: Fri Mar 13 15:05:04 2015 +0000
bug fix
-----------------------------------------------------------------------
Summary of changes:
darshan-test/regression/bg-profile-conf/runjob.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Diff of changes:
diff --git a/darshan-test/regression/bg-profile-conf/runjob.sh b/darshan-test/regression/bg-profile-conf/runjob.sh
index d21c8bb..16157b2 100755
--- a/darshan-test/regression/bg-profile-conf/runjob.sh
+++ b/darshan-test/regression/bg-profile-conf/runjob.sh
@@ -18,7 +18,7 @@ while [ -n "$output" -a "$rc" -eq 0 ]; do
done
# look for return code
-grep "exit code of 0" $$-tmp.debuglog
+grep "exit code of 0" $DARSHAN_TMP/$$-tmp.debuglog
if [ $? -ne 0 ]; then
exit 1
else
hooks/post-receive
--
More information about the Darshan-commits
mailing list