You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by ea...@apache.org on 2007/05/03 20:01:50 UTC

svn commit: r534947 - /incubator/uima/uimacpp/trunk/src/test/fvt.bat

Author: eae
Date: Thu May  3 11:01:48 2007
New Revision: 534947

URL: http://svn.apache.org/viewvc?view=rev&rev=534947
Log:
UIMA-391 (broke selection of single test)

Modified:
    incubator/uima/uimacpp/trunk/src/test/fvt.bat

Modified: incubator/uima/uimacpp/trunk/src/test/fvt.bat
URL: http://svn.apache.org/viewvc/incubator/uima/uimacpp/trunk/src/test/fvt.bat?view=diff&rev=534947&r1=534946&r2=534947
==============================================================================
--- incubator/uima/uimacpp/trunk/src/test/fvt.bat (original)
+++ incubator/uima/uimacpp/trunk/src/test/fvt.bat Thu May  3 11:01:48 2007
@@ -29,11 +29,11 @@
   nmake -f fvtTestfile.debug
 )
 if "%~2" == "debug" (
-  nmake -f fvtTestfile.debug
+  nmake -f fvtTestfile.debug %1
 )
 if not "%~2" == "debug" (
   if not "%~1" == "debug" (
-    nmake -f fvtTestfile
+    nmake -f fvtTestfile %1
   )
 )