[Tools] testbot/src: Fix the GenFixEnv and TestLauncher purpose documentation statement.

Francois Gouget fgouget at codeweavers.com
Fri Aug 31 10:19:20 CDT 2012


---
 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
  *
-- 
1.7.10.4




More information about the wine-patches mailing list