summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2012-03-24 09:15:26 +0000
committerLars Wirzenius <liw@liw.fi>2012-03-24 09:15:26 +0000
commitb8e1e57e561c4368582843ea6cae76bd1a762dd7 (patch)
treebd75e3e4297b9820ae5910705b0172214357e570
parent24583169d9c973bde1190820f782e7b0ae12691c (diff)
downloadobnam-b8e1e57e561c4368582843ea6cae76bd1a762dd7.tar.gz
Add crash-test to setup.py
-rw-r--r--setup.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 26dd2e05..b69164d5 100644
--- a/setup.py
+++ b/setup.py
@@ -90,6 +90,9 @@ class Check(Command):
subprocess.check_call(['./test-locking', num_clients, num_generations,
test_repo, test_repo])
+ print "run crash test"
+ subprocess.check_call(['./crash-test', '100'])
+
if self.network:
print "run sftp tests"
subprocess.check_call(['./test-sftpfs'])