1
0
mirror of https://github.com/rancher/os.git synced 2025-06-23 21:47:03 +00:00
os/scripts/integration-test

12 lines
183 B
Plaintext
Raw Normal View History

2016-05-23 06:11:26 +00:00
#!/bin/bash
# help: Run Python based integration tests
set -e
cd $(dirname $0)/../tests/integration
if [ ! -e ../../dist/artifacts/initrd ]; then
../../scripts/dev
fi
tox "$@"