[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH OSSTEST] cr-try-bisect-adhoc: Ensure tmp exists.
Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx> --- cr-try-bisect-adhoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cr-try-bisect-adhoc b/cr-try-bisect-adhoc index 5f8b7e1..f451324 100755 --- a/cr-try-bisect-adhoc +++ b/cr-try-bisect-adhoc @@ -27,6 +27,8 @@ nope () { echo "nope: $*"; exit 0; } if ! test -f job; then nope "no job"; exit 0; fi +mkdir -p tmp + . ./job # job should set: # branch= -- 2.6.1 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |