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@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);