Propogating ${FN} outside of test.sh script

This commit is contained in:
Denis Makogon
2017-05-31 01:12:09 -07:00
parent cbec2d7c12
commit 42b80c19ba

View File

@@ -5,7 +5,7 @@ set -ex
go test -v $(go list ./... | grep -v vendor | grep -v examples | grep -v tool | grep -v fn)
cd fn && make build && make test
# TODO: should we install fn here to use throughout?
FN="$(pwd)/fn"
export FN="$(pwd)/fn"
cd ..
# TODO: Test a bunch of the examples using fn test when ready