diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2011-02-20 09:55:42 +1300 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2011-02-20 09:55:42 +1300 |
commit | d7ace1ce9ef3832fc766c25067f8cd23fea62d8a (patch) | |
tree | 3e1e646f5aca7c7be52ad42fde9ecb17ee25a774 /test/scripts | |
parent | 9c5c3c2b1adfe9e8d79742a1bd5080b3fc1fdcde (diff) | |
download | mitmproxy-d7ace1ce9ef3832fc766c25067f8cd23fea62d8a.tar.gz mitmproxy-d7ace1ce9ef3832fc766c25067f8cd23fea62d8a.tar.bz2 mitmproxy-d7ace1ce9ef3832fc766c25067f8cd23fea62d8a.zip |
Bump unit tests for flow.py and dump.py
Diffstat (limited to 'test/scripts')
-rwxr-xr-x | test/scripts/err_return | 1 |
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) |