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