summaryrefslogtreecommitdiffstats
path: root/qa/runonkclient.sh
blob: f7e8605faf0e3e69adef8797db1bcf2a060a0597 (plain)
1
2
3
4
5
6
7
8
9
#!/usr/bin/env bash
set -x

mkdir -p testspace
/bin/mount -t ceph $1 testspace

./runallonce.sh testspace

/bin/umount testspace