chiark / gitweb /
test suite: t-report-fail: print $PWD as part of failure message
[dgit.git] / tests / lib
index e7ab334cc3daae7dc644ba5a8b9d8b1c94b768a2..3c04155a2ddbe398ba480030186b1ab8add23186 100644 (file)
--- a/tests/lib
+++ b/tests/lib
@@ -12,6 +12,7 @@ t-report-failure () {
        rc=$1
        cat <<END >&2
 TEST FAILED
+cwd: $PWD
 funcs: ${FUNCNAME[*]}
 lines: ${BASH_LINENO[*]}
 files: ${BASH_SOURCE[*]}