From 49131d4cadcbb9f2e78c97d5ab0f2a4b828360cc Mon Sep 17 00:00:00 2001 From: Alexander Lutay Date: Fri, 21 Jul 2017 12:16:34 +0200 Subject: [PATCH] TT#18707 Update goss to 0.3.3.git98b44682e to fix process race condition checks Change-Id: I958fb2df0095b5eccf6098e412b15e5d4b4e3a93 (cherry picked from commit 3cabc15a75688752f9bb411ab674758c35dcacee) --- testrunner | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testrunner b/testrunner index cc2b56b..f2164be 100755 --- a/testrunner +++ b/testrunner @@ -21,7 +21,7 @@ if ls /var/cores/core.perl-fcgi.sig11* >/dev/null 2>&1 ; then diag "========================== DONE ==============================" fi -goss="goss-0.3.3-linux-amd64" +goss="goss-0.3.3.git98b44682e-linux-amd64" if [ ! -x "/usr/sbin/${goss}" ] ; then diag "Downloading goss and installing as /usr/sbin/${goss}"