mirror of
https://github.com/google/go-jsonnet.git
synced 2025-09-30 01:41:04 +02:00
10 lines
199 B
Bash
Executable File
10 lines
199 B
Bash
Executable File
#!/bin/bash
|
|
|
|
source tests_path.source
|
|
export DISABLE_EXT_PARAMS=true
|
|
export DISABLE_LIB_TESTS=true
|
|
export DISABLE_FMT_TESTS=true
|
|
export JSONNET_BIN="$PWD/jsonnet/jsonnet"
|
|
cd "$TESTS_PATH"
|
|
./tests.sh
|