tests/kola: Move to tests/kolainst

Follow the precedent set in https://github.com/coreos/rpm-ostree/pull/2106
and rename the directory, to more clearly move away from the
"uninstalled" test model.  Prep for Rust-based tests.
This commit is contained in:
Colin Walters 2020-05-27 12:52:07 +00:00
parent 936301608a
commit 718cca8055
22 changed files with 3 additions and 4 deletions

View File

@ -76,9 +76,8 @@ parallel fcos: {
rmdir insttree rmdir insttree
coreos-assembler fetch coreos-assembler fetch
coreos-assembler build coreos-assembler build
# Install the tests, then be sure they're not run again # Install the tests
make -C tests/kola install make -C tests/kolainst install
rm tests/kola -rf
""") """)
} }
fcosKola(cosaDir: "${env.WORKSPACE}") fcosKola(cosaDir: "${env.WORKSPACE}")

View File

@ -1 +1 @@
kola/libtest-core.sh kolainst/libtest-core.sh