Module: tools Branch: master Commit: fe1b5e549739ab55161669acb7c98c36195bd799 URL: http://source.winehq.org/git/tools.git/?a=commit;h=fe1b5e549739ab55161669acb...
Author: Francois Gouget fgouget@codeweavers.com Date: Fri Aug 31 17:19:20 2012 +0200
testbot/src: Fix the GenFixEnv and TestLauncher purpose documentation statement.
---
testbot/src/GenFixEnv/GenFixEnv.c | 4 +++- testbot/src/TestLauncher/TestLauncher.c | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/testbot/src/GenFixEnv/GenFixEnv.c b/testbot/src/GenFixEnv/GenFixEnv.c index 5c5bdb7..f2d4c0f 100644 --- a/testbot/src/GenFixEnv/GenFixEnv.c +++ b/testbot/src/GenFixEnv/GenFixEnv.c @@ -1,5 +1,7 @@ /* - * GenFixEnv.cpp : Defines the entry point for the console application. + * Generates a batch file that sets up the environment. + * This can be used in case the mechanism for running a process in the VM + * does not properly set up the environment for the currently logged in user. * * Copyright 2009 Ge van Geldorp * diff --git a/testbot/src/TestLauncher/TestLauncher.c b/testbot/src/TestLauncher/TestLauncher.c index 973df04..855b773 100644 --- a/testbot/src/TestLauncher/TestLauncher.c +++ b/testbot/src/TestLauncher/TestLauncher.c @@ -1,5 +1,5 @@ /* - * TestLauncher.cpp : Defines the entry point for the console application. + * Verifies that the dlls needed for the test are present. * * Copyright 2009 Ge van Geldorp *