Fix run_with_fuse.sh for travis

This commit is contained in:
Sebastian Messmer 2016-02-11 14:23:14 +01:00
parent 4202e6be89
commit 3c32df43eb

View File

@ -25,15 +25,15 @@ install:
- sudo ./b2 -d0 install
- cd ..
- sudo rm -rf boost.tar.bz2 boost_1_56_0
- mkdir cmake
- cd cmake
- wget https://raw.githubusercontent.com/smessmer/travis-utils/master/run_with_fuse.sh
- chmod +x run_with_fuse.sh
script:
- mkdir cmake
- cd cmake
- cmake ..
- make -j2
- ./test/cpp-utils-test
- ../run_with_fuse.sh ./test/fspp-test
- ./run_with_fuse.sh ./test/fspp-test
- ./test/parallelaccessstore-test
after_script:
- rm run_with_fuse.sh