aboutsummaryrefslogtreecommitdiffstats
path: root/osmopy/osmotestconfig.py
diff options
context:
space:
mode:
Diffstat (limited to 'osmopy/osmotestconfig.py')
-rw-r--r--osmopy/osmotestconfig.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/osmopy/osmotestconfig.py b/osmopy/osmotestconfig.py
index 7b8ad66..5e19a40 100644
--- a/osmopy/osmotestconfig.py
+++ b/osmopy/osmotestconfig.py
@@ -64,6 +64,7 @@ def test_config_atest(app_desc, config, run_test, verbose=True):
print >> sys.stderr, "Failed to verify %s" % ' '.join(cmd)
print >> sys.stderr, "Current directory: %s" % os.getcwd()
print >> sys.stderr, "Error was %s" % se
+ print >> sys.stderr, "Config was\n%s" % open(config).read()
raise se
finally: