From f8bec2ac68296f4406b243a26f0b670eba190fce Mon Sep 17 00:00:00 2001 From: Hackerpilot Date: Mon, 10 Aug 2015 17:49:18 -0700 Subject: [PATCH] The client is not on the PATH during CI runs --- tests/tc001/run.sh | 2 +- tests/tc002/run.sh | 2 +- tests/tc003/run.sh | 4 ++-- tests/tc004/run.sh | 2 +- tests/tc005/run.sh | 2 +- tests/tc006/run.sh | 8 ++++---- tests/tc007/run.sh | 4 ++-- tests/tc008/run.sh | 2 +- tests/tc009/run.sh | 6 +++--- tests/tc010/run.sh | 4 ++-- tests/tc011/run.sh | 2 +- tests/tc012/run.sh | 4 ++-- tests/tc013/run.sh | 4 ++-- tests/tc014/run.sh | 4 ++-- 14 files changed, 25 insertions(+), 25 deletions(-) diff --git a/tests/tc001/run.sh b/tests/tc001/run.sh index efee50c..4afc788 100755 --- a/tests/tc001/run.sh +++ b/tests/tc001/run.sh @@ -1,5 +1,5 @@ set -e set -u -dcd-client file.d -c12 > actual.txt +../../bin/dcd-client file.d -c12 > actual.txt diff actual.txt expected.txt diff --git a/tests/tc002/run.sh b/tests/tc002/run.sh index 6a6274e..5653647 100755 --- a/tests/tc002/run.sh +++ b/tests/tc002/run.sh @@ -1,5 +1,5 @@ set -e set -u -dcd-client file.d -c52 > actual.txt +../../bin/dcd-client file.d -c52 > actual.txt diff actual.txt expected.txt diff --git a/tests/tc003/run.sh b/tests/tc003/run.sh index 0d5ea61..f26e2bf 100755 --- a/tests/tc003/run.sh +++ b/tests/tc003/run.sh @@ -1,8 +1,8 @@ set -e set -u -dcd-client file.d -c839 > actual1.txt +../../bin/dcd-client file.d -c839 > actual1.txt diff actual1.txt expected1.txt -dcd-client file.d -c862 > actual2.txt +../../bin/dcd-client file.d -c862 > actual2.txt diff actual2.txt expected2.txt diff --git a/tests/tc004/run.sh b/tests/tc004/run.sh index 29f3647..0fe8f48 100755 --- a/tests/tc004/run.sh +++ b/tests/tc004/run.sh @@ -1,5 +1,5 @@ set -e set -u -dcd-client file.d -c13 > actual.txt +../../bin/dcd-client file.d -c13 > actual.txt diff actual.txt expected.txt diff --git a/tests/tc005/run.sh b/tests/tc005/run.sh index c639832..e78def1 100755 --- a/tests/tc005/run.sh +++ b/tests/tc005/run.sh @@ -1,5 +1,5 @@ set -e set -u -dcd-client file.d -c154 > actual.txt +../../bin/dcd-client file.d -c154 > actual.txt diff actual.txt expected.txt diff --git a/tests/tc006/run.sh b/tests/tc006/run.sh index e380575..78a2a09 100755 --- a/tests/tc006/run.sh +++ b/tests/tc006/run.sh @@ -1,14 +1,14 @@ set -e set -u -dcd-client file.d -c184 > actual1.txt +../../bin/dcd-client file.d -c184 > actual1.txt diff actual1.txt expected1.txt -dcd-client file.d -c199 > actual2.txt +../../bin/dcd-client file.d -c199 > actual2.txt diff actual2.txt expected2.txt -dcd-client file.d -c216 > actual3.txt +../../bin/dcd-client file.d -c216 > actual3.txt diff actual3.txt expected3.txt -dcd-client file.d -c231 > actual4.txt +../../bin/dcd-client file.d -c231 > actual4.txt diff actual4.txt expected4.txt diff --git a/tests/tc007/run.sh b/tests/tc007/run.sh index b8d358e..0bc1745 100755 --- a/tests/tc007/run.sh +++ b/tests/tc007/run.sh @@ -1,8 +1,8 @@ set -e set -u -dcd-client file.d -c97 > actual1.txt +../../bin/dcd-client file.d -c97 > actual1.txt diff actual1.txt expected1.txt -dcd-client file.d -c130 > actual2.txt +../../bin/dcd-client file.d -c130 > actual2.txt diff actual2.txt expected2.txt diff --git a/tests/tc008/run.sh b/tests/tc008/run.sh index 8ff0ed4..fc40d3c 100755 --- a/tests/tc008/run.sh +++ b/tests/tc008/run.sh @@ -1,5 +1,5 @@ set -e set -u -dcd-client file.d -c113 > actual1.txt +../../bin/dcd-client file.d -c113 > actual1.txt diff actual1.txt expected1.txt diff --git a/tests/tc009/run.sh b/tests/tc009/run.sh index c35e50e..d7e9ea1 100755 --- a/tests/tc009/run.sh +++ b/tests/tc009/run.sh @@ -1,11 +1,11 @@ set -e set -u -dcd-client file.d -c83 > actual1.txt +../../bin/dcd-client file.d -c83 > actual1.txt diff actual1.txt expected1.txt -dcd-client file.d -c93 > actual2.txt +../../bin/dcd-client file.d -c93 > actual2.txt diff actual2.txt expected2.txt -dcd-client file.d -c148 > actual3.txt +../../bin/dcd-client file.d -c148 > actual3.txt diff actual3.txt expected3.txt diff --git a/tests/tc010/run.sh b/tests/tc010/run.sh index 78eea75..70cb4bf 100755 --- a/tests/tc010/run.sh +++ b/tests/tc010/run.sh @@ -6,12 +6,12 @@ cp testfile1_old.d ../imports/testfile1.d # than one second sleep 1s; -dcd-client file.d -c84 > actual1.txt +../../bin/dcd-client file.d -c84 > actual1.txt diff actual1.txt expected1.txt cp testfile1_new.d ../imports/testfile1.d # Same here sleep 1s; -dcd-client file.d -c84 > actual2.txt +../../bin/dcd-client file.d -c84 > actual2.txt diff actual2.txt expected2.txt diff --git a/tests/tc011/run.sh b/tests/tc011/run.sh index 1351484..8fae6ed 100755 --- a/tests/tc011/run.sh +++ b/tests/tc011/run.sh @@ -1,5 +1,5 @@ set -e set -u -dcd-client file.d -c48 > actual1.txt +../../bin/dcd-client file.d -c48 > actual1.txt diff actual1.txt expected1.txt diff --git a/tests/tc012/run.sh b/tests/tc012/run.sh index ff803fc..a82297c 100755 --- a/tests/tc012/run.sh +++ b/tests/tc012/run.sh @@ -1,8 +1,8 @@ set -e set -u -dcd-client file.d -c35 > actual1.txt +../../bin/dcd-client file.d -c35 > actual1.txt diff actual1.txt expected1.txt -dcd-client file.d -c61 > actual2.txt +../../bin/dcd-client file.d -c61 > actual2.txt diff actual2.txt expected2.txt diff --git a/tests/tc013/run.sh b/tests/tc013/run.sh index 0648038..7324a02 100755 --- a/tests/tc013/run.sh +++ b/tests/tc013/run.sh @@ -1,8 +1,8 @@ set -e set -u -dcd-client file.d -c187 > actual1.txt +../../bin/dcd-client file.d -c187 > actual1.txt diff actual1.txt expected1.txt -dcd-client file.d -c211 > actual2.txt +../../bin/dcd-client file.d -c211 > actual2.txt diff actual2.txt expected2.txt diff --git a/tests/tc014/run.sh b/tests/tc014/run.sh index 14eb3eb..032b74c 100755 --- a/tests/tc014/run.sh +++ b/tests/tc014/run.sh @@ -6,12 +6,12 @@ cp testfile2_old.d ../imports/testfile2.d # than one second sleep 1s; -dcd-client file.d -c39 > actual1.txt +../../bin/dcd-client file.d -c39 > actual1.txt diff actual1.txt expected1.txt cp testfile2_new.d ../imports/testfile2.d # Same here sleep 1s; -dcd-client file.d -c39 > actual2.txt +../../bin/dcd-client file.d -c39 > actual2.txt diff actual2.txt expected2.txt