mirror of
https://github.com/rancher/os.git
synced 2025-08-31 14:23:11 +00:00
Speed up build and run tests
This commit is contained in:
11
scripts/integration-test
Executable file
11
scripts/integration-test
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/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 "$@"
|
Reference in New Issue
Block a user