From 0a67b51fce56d1b875c9bb743eed384904766e89 Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Mon, 25 Mar 2019 07:03:41 +0100 Subject: [PATCH] :construction_worker: forgot path to ctest --- .doozer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.doozer.json b/.doozer.json index 1d6dbf4d..0a07ce0d 100644 --- a/.doozer.json +++ b/.doozer.json @@ -16,7 +16,7 @@ "cd build", "../cmake-3.14.0/bin/cmake /project/repo/checkout", "make -j8", - "ctest -VV -j4 --timeout 10000" + "../cmake-3.14.0/bin/ctest -VV -j4 --timeout 10000" ] }, "jessie-i386": { @@ -35,7 +35,7 @@ "cd build", "../cmake-3.14.0/bin/cmake /project/repo/checkout", "make -j8", - "ctest -VV -j8" + "../cmake-3.14.0/bin/ctest -VV -j8" ] }, "fedora24-x86_64": { @@ -67,7 +67,7 @@ "cd build", "../cmake-3.14.0/bin/cmake /project/repo/checkout", "make -j8", - "ctest -VV -j8" + "../cmake-3.14.0/bin/ctest -VV -j8" ] } }