aboutsummaryrefslogtreecommitdiffstats
path: root/test/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'test/scripts')
-rwxr-xr-xtest/scripts/err_return1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/scripts/err_return b/test/scripts/err_return
index a45926b5..09e9eb5e 100755
--- a/test/scripts/err_return
+++ b/test/scripts/err_return
@@ -1,5 +1,6 @@
#!/usr/bin/env python
import sys
sys.path.insert(0, "..")
+print >> sys.stderr, "output"
sys.exit(1)