Fix test executable location for travis CI
This commit is contained in:
parent
3c32df43eb
commit
489af565e2
@ -32,8 +32,8 @@ install:
|
|||||||
script:
|
script:
|
||||||
- cmake ..
|
- cmake ..
|
||||||
- make -j2
|
- make -j2
|
||||||
- ./test/cpp-utils-test
|
- ./test/cpp-utils/cpp-utils-test
|
||||||
- ./run_with_fuse.sh ./test/fspp-test
|
- ./run_with_fuse.sh ./test/fspp/fspp-test
|
||||||
- ./test/parallelaccessstore-test
|
- ./test/parallelaccessstore/parallelaccessstore-test
|
||||||
after_script:
|
after_script:
|
||||||
- rm run_with_fuse.sh
|
- rm run_with_fuse.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user