Binary is not reproducible on travis! Why not?
This commit is contained in:
5
test.sh
5
test.sh
@@ -23,11 +23,12 @@ go vet && echo PASS
|
||||
if env | grep -q -e '^TRAVIS=true$' -e '^JENKINS_URL=' -e '^BUILD_TAG=jenkins'; then
|
||||
go test -race
|
||||
./test/test-shell.sh
|
||||
else
|
||||
# FIXME: this fails on travis for some reason
|
||||
./test/test-reproducible.sh
|
||||
fi
|
||||
|
||||
# run omv tests on jenkins physical hosts only
|
||||
if env | grep -q -e '^JENKINS_URL=' -e '^BUILD_TAG=jenkins'; then
|
||||
./test/test-omv.sh
|
||||
fi
|
||||
|
||||
./test/test-reproducible.sh
|
||||
|
||||
Reference in New Issue
Block a user