aboutsummaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2022-10-18 13:17:30 +0200
committerAlex Auvolat <alex@adnab.me>2022-10-18 13:39:21 +0200
commit8fc93abc79eb3fa74facda7ca2e8798ff7d01658 (patch)
treecca4406ea9a901258bfec0140270c3802d9939f0 /script
parent667ca9d3e3971d57d1c95defbff790ab5dc26221 (diff)
downloadgarage-8fc93abc79eb3fa74facda7ca2e8798ff7d01658.tar.gz
garage-8fc93abc79eb3fa74facda7ca2e8798ff7d01658.zip
Some things are now in result-bin
Diffstat (limited to 'script')
-rwxr-xr-xscript/test-smoke.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/test-smoke.sh b/script/test-smoke.sh
index bb939d35..eababf38 100755
--- a/script/test-smoke.sh
+++ b/script/test-smoke.sh
@@ -8,7 +8,7 @@ SCRIPT_FOLDER="`dirname \"$0\"`"
REPO_FOLDER="${SCRIPT_FOLDER}/../"
GARAGE_DEBUG="${REPO_FOLDER}/target/debug/"
GARAGE_RELEASE="${REPO_FOLDER}/target/release/"
-NIX_RELEASE="${REPO_FOLDER}/result/bin/"
+NIX_RELEASE="${REPO_FOLDER}/result/bin/:${REPO_FOLDER}/result-bin/bin/"
PATH="${GARAGE_DEBUG}:${GARAGE_RELEASE}:${NIX_RELEASE}:$PATH"
CMDOUT=/tmp/garage.cmd.tmp