From: Ian Jackson Date: Mon, 10 Aug 2020 12:06:48 +0000 (+0100) Subject: history reporting (nfc): Add another test rune to the notes X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=8c7942d7c414377ebc53f6c7616db97e97d8cdf5;p=osstest.git history reporting (nfc): Add another test rune to the notes Signed-off-by: Ian Jackson --- diff --git a/runes b/runes index 8139f95..829e610 100644 --- a/runes +++ b/runes @@ -11,3 +11,5 @@ select * from jobs full outer join steps using (job, flight) where flight=2364 o >v; env DBI_TRACE=2=v time ./sg-report-host-history --debug --html-dir=$PWD/e --max-flight=152223 flight:152223 2>&1 |tee c |ts -s %.s >c.ts rm -rf d; mkdir d; cp -a e/. d/.; mv c.ts b.ts; mv c b; mv v u cp -a d/. e/. + +>v; env DBI_TRACE=2=v time ./sg-report-job-history --debug --html-dir=$PWD/e --max-flight=152223 --flight=152223 2>&1 |tee c |ts -s %.s >c.ts