summaryrefslogtreecommitdiffstats
path: root/src/ceph/qa/workunits/rados/test_hang.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/ceph/qa/workunits/rados/test_hang.sh')
-rwxr-xr-xsrc/ceph/qa/workunits/rados/test_hang.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/ceph/qa/workunits/rados/test_hang.sh b/src/ceph/qa/workunits/rados/test_hang.sh
deleted file mode 100755
index 724e0bb..0000000
--- a/src/ceph/qa/workunits/rados/test_hang.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh -ex
-
-# Hang forever for manual testing using the thrasher
-while(true)
-do
- sleep 300
-done
-exit 0