diff options
Diffstat (limited to '')
-rwxr-xr-x | qa/workunits/rbd/notify_master.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/qa/workunits/rbd/notify_master.sh b/qa/workunits/rbd/notify_master.sh new file mode 100755 index 00000000..6ebea31e --- /dev/null +++ b/qa/workunits/rbd/notify_master.sh @@ -0,0 +1,5 @@ +#!/bin/sh -ex + +relpath=$(dirname $0)/../../../src/test/librbd +python $relpath/test_notify.py master +exit 0 |