[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH OSSTEST] cr-try-bisect-adhoc: Set laundered_testid so graph URL is correct
Otherwise the testid is missing from the filename, resulting in e.g. http://osstest.test-lab.xenproject.org/~osstest/pub/results-adhoc/bisect/xen-unstable/test-amd64-amd64-qemuu-nested-intel..svg Instead of test-amd64-amd64-qemuu-nested-intel.debian-hvm-install-l1-l2.svg Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx> --- Untested... --- cr-try-bisect-adhoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cr-try-bisect-adhoc b/cr-try-bisect-adhoc index f451324..6d5d7c4 100755 --- a/cr-try-bisect-adhoc +++ b/cr-try-bisect-adhoc @@ -36,6 +36,8 @@ mkdir -p tmp # testid= # bisect= list of args to cs-bisection-step, eg '--fail-flight=<mumble>' +laundered_testid=${testid//\//--} + . ./cri-bisect . ./cri-args-hostlists select_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 |