test: add helpers.bash to reduce boilerplate
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
This commit is contained in:
parent
b77abbafa3
commit
66ac3195c8
3 changed files with 17 additions and 4 deletions
3
test/helpers.bash
Normal file
3
test/helpers.bash
Normal file
|
@ -0,0 +1,3 @@
|
|||
function run_ctr() {
|
||||
run $CTR_ENGINE run --security-opt label=disable --rm "$@"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue