[Darshan-commits] [Darshan] branch, master, updated. darshan-2.3.1-pre2-7-gb589247
Service Account
git at mcs.anl.gov
Fri Mar 13 09:47:33 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 b589247c3831c15164c4a96b1033936390baf4db (commit)
from 3cd66a93b5f8d2cb6725e5302f64da8163e6adce (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 b589247c3831c15164c4a96b1033936390baf4db
Author: Phil Carns <carns at mcs.anl.gov>
Date: Fri Mar 13 14:47:24 2015 +0000
bug fix, too many args to test
-----------------------------------------------------------------------
Summary of changes:
darshan-test/regression/test-cases/cxxpi.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Diff of changes:
diff --git a/darshan-test/regression/test-cases/cxxpi.sh b/darshan-test/regression/test-cases/cxxpi.sh
index bea35e8..0bb7288 100755
--- a/darshan-test/regression/test-cases/cxxpi.sh
+++ b/darshan-test/regression/test-cases/cxxpi.sh
@@ -14,7 +14,7 @@ if [ $? -ne 0 ]; then
fi
# execute
-$DARSHAN_RUNJOB $DARSHAN_TMP/${PROG} -f $DARSHAN_TMP/${PROG}.tmp.dat
+$DARSHAN_RUNJOB $DARSHAN_TMP/${PROG}
if [ $? -ne 0 ]; then
echo "Error: failed to execute ${PROG}" 1>&2
exit 1
hooks/post-receive
--
More information about the Darshan-commits
mailing list