mirror of
https://github.com/ceph/ceph
synced 2024-12-20 18:33:44 +00:00
253a557f10
Signed-off-by: Sage Weil <sage@redhat.com>
6 lines
107 B
Bash
Executable File
6 lines
107 B
Bash
Executable File
#!/bin/sh -ex
|
|
|
|
relpath=$(dirname $0)/../../../src/test/librbd
|
|
python3 $relpath/test_notify.py slave
|
|
exit 0
|