mirror of
https://github.com/ceph/ceph
synced 2024-12-17 08:57:28 +00:00
cf294777ea
Signed-off-by: Sage Weil <sage@redhat.com>
6 lines
106 B
Bash
Executable File
6 lines
106 B
Bash
Executable File
#!/bin/sh -ex
|
|
|
|
relpath=$(dirname $0)/../../../src/test/librbd
|
|
python $relpath/test_notify.py slave
|
|
exit 0
|