Fix http://bugzilla.opendarwin.org/show_bug.cgi?id=10060
Improve iExploder results parsing
* Scripts/run-iexploder-tests: Fix Apach logs parsing to produce a correct results
in random mode, too.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@15599
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2006-07-24 Alexey Proskuryakov <ap@nypop.com>
+
+ Reviewed by Darin.
+
+ Fix http://bugzilla.opendarwin.org/show_bug.cgi?id=10060
+ Improve iExploder results parsing
+
+ * Scripts/run-iexploder-tests: Fix Apach logs parsing to produce a correct results
+ in random mode, too.
+
2006-07-18 David Kilzer <ddkilzer@kilzer.net>
Reviewed by Timothy.
} else {
runSafari();
print "Last generated tests:\n";
- system "grep 'iexploder.cgi' /tmp/WebKit/access_log.txt | tail -n -5 | awk -F'[ =]' '{print \$8}'";
+ system "grep 'iexploder.cgi' /tmp/WebKit/access_log.txt | tail -n -5 | awk -F'[ =&\\?]' '{if (\$8 == \"lookup\") print \$11; else print \$9}'";
}
closeHTTPD();