commit | d0bb9c638634335a5a95ec985357b2dcd4ec36fc | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Wed Jun 27 17:27:21 2012 +0200 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Wed Jun 27 17:27:21 2012 +0200 |
tree | cca4e1a144fd72754535e0c7c1a9721adc5fd70c | |
parent | 79035bd71f32cded043a8a7320290c0bd6c9c117 [diff] [blame] |
Allow passing extra testing options to the buildbot test scripts
diff --git a/Tools/buildbot/test.bat b/Tools/buildbot/test.bat index 5882def..4f4c6aa 100644 --- a/Tools/buildbot/test.bat +++ b/Tools/buildbot/test.bat
@@ -1,4 +1,3 @@ @rem Used by the buildbot "test" step. cd PCbuild -call rt.bat -d -q -uall -rwW -n - +call rt.bat -d -q -uall -rwW -n %1 %2 %3 %4 %5 %6 %7 %8 %9