From 554c55cfd6ff18e8f9c0a74467231a6e25182d8f Mon Sep 17 00:00:00 2001 From: Alexander Lutay Date: Wed, 28 Sep 2016 23:08:03 +0200 Subject: [PATCH] TT#3380 Update goss to v.0.2.4 for all system-tests Change-Id: I62c65b0aefafd453c0bc9451c6ef397f4f52ae90 --- testrunner | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testrunner b/testrunner index 54763ea..1be2ad7 100755 --- a/testrunner +++ b/testrunner @@ -33,7 +33,7 @@ if ls /var/cores/core.* >/dev/null 2>&1 ; then echo "========================== DONE ==============================" fi -goss="goss-0.2.3-linux-amd64" +goss="goss-0.2.4-linux-amd64" if [ ! -x "/usr/sbin/${goss}" ] ; then echo "Downloading goss and installing as /usr/sbin/${goss}"