We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8950d15 commit 31ef659Copy full SHA for 31ef659
darshan-runtime/test/tst_runs.sh
@@ -29,8 +29,11 @@ echo ""
29
30
TODAY_DATE_PATH=`date "+%Y/%-m/%-d"`
31
LOG_PATH_ENV=`sh $DARSHAN_CONFIG --log-path-by-env`
32
+echo "LOG_PATH_ENV=$LOG_PATH_ENV"
33
+
34
if test "x${LOG_PATH_ENV}" != x ; then
- if test "x${!LOG_PATH_ENV}" = x ; then
35
+ TOKEN1=`echo ${LOG_PATH_ENV} | cut -d, -f1`
36
+ if test "x${!TOKEN1}" = x ; then
37
echo ""
38
echo "Warning: ---------------------------------------------------------"
39
echo " Darshan was configure with --log-path-by-env set to $LOG_PATH_ENV"
0 commit comments