Merge pull request #261 from flatcar-linux/t-lo/ci-automation-export-parallel-tests

ci-automation/test.sh: export PARALLEL_TESTS
This commit is contained in:
Thilo Fromm 2022-03-23 12:24:02 +01:00 committed by GitHub
commit eff0e9e612
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -145,7 +145,7 @@ function test_run() {
# Pass PARALLEL_TESTS to the container
if [ -n "${PARALLEL_TESTS-}" ] ; then
echo "PARALLEL_TESTS=\"${PARALLEL_TESTS}\"" > sdk_container/.env
echo "export PARALLEL_TESTS=\"${PARALLEL_TESTS}\"" > sdk_container/.env
echo "rm -f 'sdk_container/.env'" >> ./ci-cleanup.sh
fi