From 5b20c305e23225b45cffa0116e51b8885e1734af Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Wed, 4 Jun 2014 12:00:02 +0100 Subject: [PATCH] standalone: ensure log dir exists for all users of with_logging By moving the check into that function. Previously at least make-flight was failing to all ensure_logs Signed-off-by: Ian Campbell Ian Jackson &1 | tee "$log" rc=${PIPESTATUS[0]} if [ $rc -ne 0 ] ; then @@ -209,8 +210,6 @@ case $op in job=$1; shift - ensure_logs - OSSTEST_CONFIG=$config \ OSSTEST_FLIGHT=$flight \ OSSTEST_HOST_HOST=$host \ @@ -228,8 +227,6 @@ case $op in job=$1; shift ts=$1; shift - ensure_logs - OSSTEST_CONFIG=$config \ OSSTEST_FLIGHT=$flight \ OSSTEST_HOST_REUSE=$reuse \ -- 2.39.5