From d7ace1ce9ef3832fc766c25067f8cd23fea62d8a Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Sun, 20 Feb 2011 09:55:42 +1300 Subject: Bump unit tests for flow.py and dump.py --- test/scripts/err_return | 1 + 1 file changed, 1 insertion(+) (limited to 'test/scripts') 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) -- cgit v1.2.3