1
0
mirror of https://github.com/rancher/os.git synced 2025-08-28 19:21:42 +00:00
os/scripts/integration-test

14 lines
194 B
Plaintext
Raw Normal View History

2016-05-23 06:11:26 +00:00
#!/bin/bash
2016-07-20 17:42:16 +00:00
# help: Run integration tests
2016-05-23 06:11:26 +00:00
set -e
2016-06-13 23:33:07 +00:00
source $(dirname $0)/version
2016-07-20 17:42:16 +00:00
cd $(dirname $0)/../tests
2016-05-23 06:11:26 +00:00
2016-07-20 17:42:16 +00:00
if [ ! -e ../dist/artifacts/initrd ]; then
../scripts/dev
2016-05-23 06:11:26 +00:00
fi
2016-07-20 17:42:16 +00:00
go test -timeout 20m