aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xwrappers/__generic2
1 files changed, 1 insertions, 1 deletions
diff --git a/wrappers/__generic b/wrappers/__generic
index 0b3f537..e034018 100755
--- a/wrappers/__generic
+++ b/wrappers/__generic
@@ -32,6 +32,6 @@ if [ "$(readlink /proc/$$/fd/2)" = "/dev/null" ]; then
fi
if [ $TEST_RESULT -ne 0 -a ! -z "$REPORT_FILE_TEMPLATE" ]; then
- echo RESULT:$RESULT -- "$0 $@" >> "${REPORT_FILE_TEMPLATE}$CMD"
+ echo RESULT:$RESULT -- PWD: $(pwd) -- "$0 $@" >> "${REPORT_FILE_TEMPLATE}$CMD"
fi > /dev/null 2>&1
exit $RESULT