mirror of
https://github.com/ceph/ceph
synced 2025-01-15 07:23:16 +00:00
10 lines
130 B
Bash
Executable File
10 lines
130 B
Bash
Executable File
#!/bin/bash
|
|
wget http://ceph.newdream.net/qa/pjd.tgz
|
|
tar zxvf pjd*.tgz
|
|
cd pjd*
|
|
make
|
|
cd ..
|
|
mkdir tmp
|
|
cd tmp
|
|
prove -r ../pjd*/tests
|