From 489af565e261e214b375a8385221b3c01948e957 Mon Sep 17 00:00:00 2001 From: Sebastian Messmer Date: Thu, 11 Feb 2016 14:37:10 +0100 Subject: [PATCH] Fix test executable location for travis CI --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9e57c875..21723057 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,8 +32,8 @@ install: script: - cmake .. - make -j2 -- ./test/cpp-utils-test -- ./run_with_fuse.sh ./test/fspp-test -- ./test/parallelaccessstore-test +- ./test/cpp-utils/cpp-utils-test +- ./run_with_fuse.sh ./test/fspp/fspp-test +- ./test/parallelaccessstore/parallelaccessstore-test after_script: - rm run_with_fuse.sh