From c8bbcc339453a777b95b6c916f896727181ab6d8 Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Sun, 12 Mar 2006 07:01:31 +0000 Subject: [PATCH] Copied from the trunk for buildbot use. --- PCbuild/pytest.bat | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 PCbuild/pytest.bat diff --git a/PCbuild/pytest.bat b/PCbuild/pytest.bat new file mode 100644 index 000000000000..840b44bded56 --- /dev/null +++ b/PCbuild/pytest.bat @@ -0,0 +1,3 @@ +@rem Used by the buildbot "test" step. +cd PCbuild +call rt.bat -d -uall -rw -- 2.47.3