From: Michal Nowak Date: Wed, 19 Aug 2020 09:16:11 +0000 (+0200) Subject: Print test-suite.log correctly in tarball system test job X-Git-Tag: v9.17.5~27^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0c9c75595297bc6930dca322204f0b16afc3f243;p=thirdparty%2Fbind9.git Print test-suite.log correctly in tarball system test job Printing test-suite.log on system test failure does not work for system test run from tarball because the "after_script" step does not honour directory change from the "before_script" step and fails with: Running after script... $ cat bin/tests/system/test-suite.log cat: bin/tests/system/test-suite.log: No such file or directory --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6108ea7d0bf..bd5496badeb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -272,6 +272,7 @@ stages: - cd bin/tests/system - make -j${TEST_PARALLEL_JOBS:-1} -k check V=1 after_script: + - test -d bind-* && cd bind-* - cat bin/tests/system/test-suite.log .system_test: &system_test_job