mirror of
https://github.com/containers/youki
synced 2024-11-23 17:32:15 +01:00
80f1f36ae9
* Move individual rust-oci-tests components in the tests dir We can use several things from test_framework and even integration_test for additional tests such as podman rootless and wasm tests Signed-off-by: Yashodhan Joshi <yjdoc2@gmail.com> * fix scripts and docs for the new dir structure Signed-off-by: Yashodhan Joshi <yjdoc2@gmail.com> --------- Signed-off-by: Yashodhan Joshi <yjdoc2@gmail.com> |
||
---|---|---|
.. | ||
.gitignore | ||
build.sh | ||
clean.sh | ||
features_test.sh | ||
musl_test.sh | ||
oci_integration_tests.sh | ||
README.md | ||
rust_integration_tests.sh |
Scripts
This stores various scripts that do various things. These can be intended to be used directly, or can be for using from some other scripts or Makefiles.
Note
Please use set -e
at the start of every script. This will ensure that the operation fails if any single command fails in that script. Without it, the script will continue after the failing command and might create a knock-on effect of incorrect results. In case you expect some step to fail, handle the failure directly rather than checking some condition to see if the command is successful in the rest of the script.