mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Propogating ${FN} outside of test.sh script
This commit is contained in:
2
test.sh
2
test.sh
@@ -5,7 +5,7 @@ set -ex
|
|||||||
go test -v $(go list ./... | grep -v vendor | grep -v examples | grep -v tool | grep -v fn)
|
go test -v $(go list ./... | grep -v vendor | grep -v examples | grep -v tool | grep -v fn)
|
||||||
cd fn && make build && make test
|
cd fn && make build && make test
|
||||||
# TODO: should we install fn here to use throughout?
|
# TODO: should we install fn here to use throughout?
|
||||||
FN="$(pwd)/fn"
|
export FN="$(pwd)/fn"
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
# TODO: Test a bunch of the examples using fn test when ready
|
# TODO: Test a bunch of the examples using fn test when ready
|
||||||
|
|||||||
Reference in New Issue
Block a user