From 7b4adb08f618ed9e4bdb8a970df1e51809159c35 Mon Sep 17 00:00:00 2001
From: Damien Grisonnet <dgrisonn@redhat.com>
Date: Tue, 7 Apr 2020 10:55:17 +0200
Subject: [PATCH] test.sh: update PATH to use project tooling

Signed-off-by: Damien Grisonnet <dgrisonn@redhat.com>
---
 test.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/test.sh b/test.sh
index cfdf584c..58b06fe8 100755
--- a/test.sh
+++ b/test.sh
@@ -3,6 +3,8 @@ set -e
 # only exit with zero if all commands of the pipeline exit successfully
 set -o pipefail
 
+# Make sure to use project tooling
+PATH="$(pwd)/tmp/bin:${PATH}"
 
 for i in examples/jsonnet-snippets/*.jsonnet; do
     [ -f "$i" ] || break
-- 
GitLab