1
0
mirror of https://github.com/rancher/os.git synced 2025-09-02 07:15:41 +00:00
Files
os/scripts/integration-test

12 lines
183 B
Plaintext
Raw Normal View History

2016-05-22 23:11:26 -07: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 "$@"