]> git.proxmox.com Git - ceph.git/blob - ceph/qa/workunits/suites/wac.sh
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / qa / workunits / suites / wac.sh
1 #!/bin/bash
2
3 set -ex
4
5 wget http://download.ceph.com/qa/wac.c
6 gcc -o wac wac.c
7 set +e
8 timeout 5m ./wac -l 65536 -n 64 -r wac-test
9 RET=$?
10 set -e
11 [[ $RET -eq 124 ]]
12 echo OK