Index: /trunk/src/testcase/tstRunTestcases.cpp
===================================================================
--- /trunk/src/testcase/tstRunTestcases.cpp	(revision 400)
+++ /trunk/src/testcase/tstRunTestcases.cpp	(revision 401)
@@ -44,10 +44,10 @@
 static unsigned     g_cSkipped = 0;
 /** The exclude list. */
-static const char  *g_apszExclude[] = 
+static const char  *g_apszExclude[] =
 {
 #if 1 // slow stuff
     "testcase/tstFile",
     "testcase/tstAvl",
-#endif 
+#endif
     "testcase/tstFileLock",
     "testcase/tstCritSect",
@@ -81,9 +81,9 @@
 
 /**
- * Checks if a testcase is include or should be skipped. 
- * 
+ * Checks if a testcase is include or should be skipped.
+ *
  * @param pszTestcase   The testcase (filename).
- * 
- * @return  true if the testcase is included. 
+ *
+ * @return  true if the testcase is included.
  *          false if the testcase should be skipped.
  */
@@ -113,6 +113,6 @@
 /**
  * Process the testcases found in the filter.
- * 
- * @param   pszFilter   The filter (winnt) to pass to RTDirOpenFiltered for 
+ *
+ * @param   pszFilter   The filter (winnt) to pass to RTDirOpenFiltered for
  *                      selecting the testcases.
  * @param   pszDir      The directory we're processing.
@@ -120,5 +120,5 @@
 static void Process(const char *pszFilter, const char *pszDir)
 {
-    /*                                                                                                                                      
+    /*
      * Open and enumerate the directory.
      */
@@ -140,5 +140,5 @@
             }
 
-            /*                                                                                                                              
+            /*
              * Construct the testcase name.
              */
@@ -153,8 +153,8 @@
             if (IsTestcaseIncluded(pszTestcase))
             {
-                /*                                                                                                                              
+                /*
                  * Execute the testcase.
                  */
-                RTPrintf("*** %s: Executing...\n", pszTestcase);
+                RTPrintf("*** %s: Executing...\n", pszTestcase);  RTStrmFlush(g_pStdOut);
                 const char *papszArgs[2];
                 papszArgs[0] = pszTestcase;
@@ -164,6 +164,6 @@
                 if (RT_SUCCESS(rc))
                 {
-                    /* 
-                     * Wait for the process and collect it's return code. 
+                    /*
+                     * Wait for the process and collect it's return code.
                      * If it takes too long, we'll terminate it and continue.
                      */
@@ -189,5 +189,5 @@
                     }
 
-                    /*                                                                                                                      
+                    /*
                      * Examin the exit status.
                      */
