summaryrefslogtreecommitdiff
path: root/test/RegressTests.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/RegressTests.py')
-rwxr-xr-xtest/RegressTests.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/RegressTests.py b/test/RegressTests.py
index 72667311..a7d51ada 100755
--- a/test/RegressTests.py
+++ b/test/RegressTests.py
@@ -31,6 +31,8 @@ harness = LedgerHarness(args)
tests = args[3]
if not os.path.isdir(tests) and not os.path.isfile(tests):
+ sys.stderr.write("'%s' is not a directory or file (cwd %s)" %
+ (tests, os.getcwd()))
sys.exit(1)
class RegressFile(object):