mirror of
https://github.com/ceph/ceph
synced 2025-01-05 18:52:00 +00:00
14f2c78614
Then we can switch the symlink later
10 lines
126 B
Bash
Executable File
10 lines
126 B
Bash
Executable File
#!/bin/bash
|
|
wget http://ceph.newdream.net/qa/pjd.tgz
|
|
tar zxvf pjd*
|
|
cd pjd*
|
|
make
|
|
cd ..
|
|
mkdir tmp
|
|
cd tmp
|
|
prove -r ../pjd*/tests
|