Replace some `.'s in filenames with `/'s, making the directory
listings easier to deal with.

(I haven't been able to conveniently do a proper test of this change,
but I have dry-run the critical parts.)

Signed-off-by: Ian Jackson <ian.jack...@eu.citrix.com>
---
 cri-bisect |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/cri-bisect b/cri-bisect
index af3f23f..03b2e29 100644
--- a/cri-bisect
+++ b/cri-bisect
@@ -20,8 +20,9 @@
 compute_state_core () {
         reportfile=tmp/$flight.bisection-report
         summaryfile=tmp/$flight.bisection-summary
-        bisleaf=bisect.$branch.$job.$laundered_testid
+        bisleaf=bisect/$branch/$job.$laundered_testid
         bisfile=$OSSTEST_HTML_DIR/$bisleaf
+       mkdir -p "${bisfile%/*}"
 
         echo "computing $branch $job $testid $*"
 
-- 
1.7.10.4


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

Reply via email to