Browse Source

BUG: temp fix

Ken Martin 19 years ago
parent
commit
284f6c6835

+ 1 - 1
Tests/LoadCommand/CMakeCommands/cmTestCommand.c

@@ -122,7 +122,7 @@ static int CCONV InitialPass(void *inf, void *mf, int argc, char *argv[])
   info->CAPI->AddExecutable(mf,"LoadedCommand",1, &srcs, 0);
   info->CAPI->AddExecutable(mf,"LoadedCommand",1, &srcs, 0);
 
 
   // remove an old file if it is there
   // remove an old file if it is there
-  info->CAPI->RemoveFile(argv[2]);
+  //info->CAPI->RemoveFile(argv[2]);
 
 
   /* add customs commands to generate the source file */
   /* add customs commands to generate the source file */
   ccArgs[0] = "-E";
   ccArgs[0] = "-E";

+ 1 - 1
Tests/LoadCommandOneConfig/CMakeCommands/cmTestCommand.c

@@ -122,7 +122,7 @@ static int CCONV InitialPass(void *inf, void *mf, int argc, char *argv[])
   info->CAPI->AddExecutable(mf,"LoadedCommand",1, &srcs, 0);
   info->CAPI->AddExecutable(mf,"LoadedCommand",1, &srcs, 0);
 
 
   // remove an old file if it is there
   // remove an old file if it is there
-  info->CAPI->RemoveFile(argv[2]);
+  //info->CAPI->RemoveFile(argv[2]);
 
 
   /* add customs commands to generate the source file */
   /* add customs commands to generate the source file */
   ccArgs[0] = "-E";
   ccArgs[0] = "-E";