[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-devel] [OSSTEST PATCH 13/25] reporting: Move bisection report outputs



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.Jackson@xxxxxxxxxxxxx>
---
 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@xxxxxxxxxxxxx
http://lists.xen.org/xen-devel


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.