Skip to content
Snippets Groups Projects
Commit 915a7595 authored by Tomas Krizek's avatar Tomas Krizek
Browse files

Merge branch 'config_tests' into 'master'

config test improvements

See merge request !1045
parents 05f08831 6b1cdbf8
Branches
Tags
1 merge request!1045config test improvements
Pipeline #67733 passed with stages
in 47 minutes and 16 seconds
......@@ -13,6 +13,7 @@ TEST_DIR="$(dirname ${TEST_FILE})"
TMP_RUNDIR="$(mktemp -d)"
function finish {
kill -s 9 $(jobs -p) || :
rm -rf "${TMP_RUNDIR}"
}
trap finish EXIT
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment