ceph/qa/workunits/rbd/notify_slave.sh
Sage Weil cf294777ea qa/workunits: use relative path instead of wget from git
Signed-off-by: Sage Weil <sage@redhat.com>
2016-12-15 15:10:28 -05:00

6 lines
106 B
Bash
Executable File

#!/bin/sh -ex
relpath=$(dirname $0)/../../../src/test/librbd
python $relpath/test_notify.py slave
exit 0