From 83864c858cc82d7e0f219c07fd7caa826dc47920 Mon Sep 17 00:00:00 2001 From: Adam Hupp Date: Mon, 7 Sep 2020 17:36:17 -0700 Subject: add docker tests for archlinux --- test_docker.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test_docker.sh') diff --git a/test_docker.sh b/test_docker.sh index 69220ed..7858f33 100755 --- a/test_docker.sh +++ b/test_docker.sh @@ -3,7 +3,7 @@ # Test with various versions of ubuntu. This more or less re-creates the # Travis CI test environment -set -e +set -e function TestInContainer { local name="$1" @@ -17,5 +17,5 @@ TestInContainer "bionic" TestInContainer "focal" TestInContainer "centos7" TestInContainer "centos8" - +TestInContainer "archlinux" -- cgit v1.2.1