tell tests which implementation we are using (#142)

This commit is contained in:
Dave Cunningham 2017-11-03 00:41:40 -04:00 committed by GitHub
parent dbc7fb3dc2
commit fd1eaa9e36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,8 @@
set -e
export IMPLEMENTATION=go
(cd jsonnet; go build)
source tests_path.source
export DISABLE_LIB_TESTS=true