]> xenbits.xensource.com Git - osstest.git/commitdiff
sg-report-job-history: eval $DAILY_BRANCH_PREEXEC_HOOK
authorIan Jackson <ian.jackson@eu.citrix.com>
Thu, 16 Jul 2020 14:59:17 +0000 (15:59 +0100)
committerIan Jackson <iwj@xenproject.org>
Thu, 15 Oct 2020 15:06:48 +0000 (16:06 +0100)
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 <iwj@xenproject.org>
cr-daily-branch

index b8f221ee89deb9fc0649237176b5723d6eb6a192..23060588db9a56aa6cc986c444b4266a068de582 100755 (executable)
@@ -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