[tools] testbot/TestLauncher: Remove the revision placeholder from start lines.

Francois Gouget fgouget at codeweavers.com
Wed Mar 24 08:31:02 CDT 2021


Back in the CVS days the start line contained the revision of the test
file. But it has been replaced by a placeholder since the switch to
Git.

Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---
Neither test.winehq.org nor the TestBot require the CVS version 
placeholder to be present anymore.
---
 testbot/src/TestLauncher/TestLauncher.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testbot/src/TestLauncher/TestLauncher.c b/testbot/src/TestLauncher/TestLauncher.c
index dd34a7626..58eed7650 100644
--- a/testbot/src/TestLauncher/TestLauncher.c
+++ b/testbot/src/TestLauncher/TestLauncher.c
@@ -231,7 +231,7 @@ int main(int argc, char *argv[])
    }
 
    Start = GetTickCount();
-   printf("%s:%s start - -\n", TestName, Subtest);
+   printf("%s:%s start -\n", TestName, Subtest);
    fflush(stdout);
 
    StartupInfo.cb = sizeof(STARTUPINFOA);
-- 
2.20.1



More information about the wine-devel mailing list