From d0b76409e298a5d3c2228cde67e965ded0d72669 Mon Sep 17 00:00:00 2001 From: Marko Myllynen Date: Fri, 5 Feb 2016 14:30:57 +1100 Subject: [PATCH] qa: short-term fix pmrep argument handling issue This might have triggered false alarms around the current tests, the real fix is to do command line handling properly (todo list, first item). --- qa/1069 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/1069 b/qa/1069 index bbee109f0..6677edb32 100755 --- a/qa/1069 +++ b/qa/1069 @@ -36,7 +36,7 @@ _path_filter() } log="--archive $here/archives/sample-secs -z" -log2="--archive $here/archives/20130706 -z -O30m" +log2="--archive $here/archives/20130706 -z -O 30m" # real QA test starts here echo "== basic live mode reporting" -- 2.11.4.GIT