gnucash maint: Travis - don't try to copy the removed afterfailure file to the test container

Geert Janssens gjanssens at code.gnucash.org
Sat Feb 29 07:43:39 EST 2020


Updated	 via  https://github.com/Gnucash/gnucash/commit/d7eb24f2 (commit)
	from  https://github.com/Gnucash/gnucash/commit/b5dfef62 (commit)



commit d7eb24f205ec09a1bf3bf6fb4b4e00b7f6a8fcd0
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Sat Feb 29 13:43:33 2020 +0100

    Travis - don't try to copy the removed afterfailure file to the test container

diff --git a/util/ci/arch-docker b/util/ci/arch-docker
index 47f0c5e98..b6e0703b3 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 f78833185..0f055141c 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



Summary of changes:
 util/ci/arch-docker         | 4 ++--
 util/ci/ubuntu-14.04-docker | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)



More information about the gnucash-changes mailing list