summaryrefslogtreecommitdiff
path: root/test/servertest.py
diff options
context:
space:
mode:
authorMarcel Hellkamp <marc@gsites.de>2013-07-16 20:33:20 +0200
committerMarcel Hellkamp <marc@gsites.de>2013-07-16 20:33:20 +0200
commit642b5494bfae8fcabd856f9381fa561eb4ef2f4a (patch)
treebe5158fb0aee0f4a2f19cef5bbfc10496b515923 /test/servertest.py
parentf493648bea751e621fe4469c71e52c37454a849d (diff)
downloadbottle-642b5494bfae8fcabd856f9381fa561eb4ef2f4a.tar.gz
Fixed server tests
Diffstat (limited to 'test/servertest.py')
-rw-r--r--test/servertest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/servertest.py b/test/servertest.py
index 26b684d..2ebc49c 100644
--- a/test/servertest.py
+++ b/test/servertest.py
@@ -26,7 +26,7 @@ try:
run(port=port, server=server, quiet=True)
except socket.error:
- sys.exit(1)
+ sys.exit(3)
except ImportError:
sys.exit(128)
except KeyboardInterrupt: