From: Ian Jackson Date: Thu, 16 Jul 2020 14:59:17 +0000 (+0100) Subject: sg-report-job-history: eval $DAILY_BRANCH_PREEXEC_HOOK X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=60732170b2625ed0d557aec7513365f34d95fee5;p=osstest.git sg-report-job-history: eval $DAILY_BRANCH_PREEXEC_HOOK Put the call to this debugging/testing variable inside an eval. This allows a wider variety of stunts. The one in-tree reference is already compatible with this new semantics. Signed-off-by: Ian Jackson --- diff --git a/cr-daily-branch b/cr-daily-branch index b8f221e..2306058 100755 --- a/cr-daily-branch +++ b/cr-daily-branch @@ -472,7 +472,7 @@ sgr_args+=" $EXTRA_SGR_ARGS" date >&2 : $flight $branch $OSSTEST_BLESSING $sgr_args -$DAILY_BRANCH_PREEXEC_HOOK +eval "$DAILY_BRANCH_PREEXEC_HOOK" execute_flight $flight $OSSTEST_BLESSING date >&2