From d7eb24f205ec09a1bf3bf6fb4b4e00b7f6a8fcd0 Mon Sep 17 00:00:00 2001 From: Geert Janssens Date: Sat, 29 Feb 2020 13:43:33 +0100 Subject: [PATCH] Travis - don't try to copy the removed afterfailure file to the test container --- util/ci/arch-docker | 4 ++-- util/ci/ubuntu-14.04-docker | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/util/ci/arch-docker b/util/ci/arch-docker index 47f0c5e984d..b6e0703b38d 100644 --- a/util/ci/arch-docker +++ b/util/ci/arch-docker @@ -4,6 +4,6 @@ run echo en_US.UTF-8 UTF-8 >> /etc/locale.gen run echo en_GB.UTF-8 UTF-8 >> /etc/locale.gen run echo fr_FR.UTF-8 UTF-8 >> /etc/locale.gen run locale-gen -copy arch-testscript afterfailure commonbuild / -run chmod +x /arch-testscript /afterfailure /commonbuild +copy arch-testscript commonbuild / +run chmod +x /arch-testscript /commonbuild entrypoint /arch-testscript diff --git a/util/ci/ubuntu-14.04-docker b/util/ci/ubuntu-14.04-docker index f788331854c..0f055141c66 100644 --- a/util/ci/ubuntu-14.04-docker +++ b/util/ci/ubuntu-14.04-docker @@ -5,6 +5,6 @@ run apt-get build-dep -qq gnucash > /dev/null run apt-get install -qq git bash-completion cmake3 make swig xsltproc libdbd-sqlite3 texinfo ninja-build libboost-all-dev libgtk-3-dev libwebkit2gtk-3.0-dev > /dev/null run apt-get --reinstall install -qq language-pack-en language-pack-fr run git clone https://github.com/google/googletest -b release-1.8.0 gtest -copy ubuntu-14.04-testscript afterfailure commonbuild / -run chmod +x /ubuntu-14.04-testscript /afterfailure /commonbuild +copy ubuntu-14.04-testscript commonbuild / +run chmod +x /ubuntu-14.04-testscript /commonbuild entrypoint /ubuntu-14.04-testscript