]> git.proxmox.com Git - ceph.git/blame - ceph/qa/workunits/rbd/notify_master.sh
bump version to 18.2.4-pve3
[ceph.git] / ceph / qa / workunits / rbd / notify_master.sh
CommitLineData
7c673cae
FG
1#!/bin/sh -ex
2
3relpath=$(dirname $0)/../../../src/test/librbd
9f95a23c 4python3 $relpath/test_notify.py master
7c673cae 5exit 0