From fd1eaa9e36a60eb6d07fc5850434ac3e9273e8c6 Mon Sep 17 00:00:00 2001 From: Dave Cunningham Date: Fri, 3 Nov 2017 00:41:40 -0400 Subject: [PATCH] tell tests which implementation we are using (#142) --- tests.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests.sh b/tests.sh index 593e223..87b1df1 100755 --- a/tests.sh +++ b/tests.sh @@ -2,6 +2,8 @@ set -e +export IMPLEMENTATION=go + (cd jsonnet; go build) source tests_path.source export DISABLE_LIB_TESTS=true