mirror of
https://github.com/ostreedev/ostree.git
synced 2025-01-03 05:18:24 +03:00
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:
parent
936301608a
commit
718cca8055
@ -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}")
|
||||||
|
@ -1 +1 @@
|
|||||||
kola/libtest-core.sh
|
kolainst/libtest-core.sh
|
Loading…
Reference in New Issue
Block a user