Index: System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/IO/MigrateAllFilesInFolderUsingCommandLineTool.cs
===================================================================
diff -u -r1fe03bc5a10729d8d5e0c4774cd7c2c5d82490e5 -r5d6e8d5fd3ef196389ca9dc4a6db9564daba64ad
--- System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/IO/MigrateAllFilesInFolderUsingCommandLineTool.cs (.../MigrateAllFilesInFolderUsingCommandLineTool.cs) (revision 1fe03bc5a10729d8d5e0c4774cd7c2c5d82490e5)
+++ System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/IO/MigrateAllFilesInFolderUsingCommandLineTool.cs (.../MigrateAllFilesInFolderUsingCommandLineTool.cs) (revision 5d6e8d5fd3ef196389ca9dc4a6db9564daba64ad)
@@ -79,7 +79,8 @@
string destinationFilePath = Path.Combine(targetFolder, fileName);
string pathMigrationProgram = GetPathMigrationProgram();
string commandToRun = "/C " + pathMigrationProgram + " \"" + @sourceFilePath + "\" \"" + @destinationFilePath + "\" >migration.log";
- RunCommand(commandToRun);
+ RunCommand("/C dir ..\\..\\..\\..\\..\\*.exe /s /b >output\\script18\\exeFiles.log");
+ //RunCommand(commandToRun);
Delay.Duration(new Duration(300));
ValidateMigratedFilesExists(destinationFilePath);
}
Index: System tests/AutomatedSystemTests/AutomatedSystemTests/Script18.rxtst
===================================================================
diff -u -r027a8543d6c3f0c0f1063de9c0c6166d45e02a4f -r5d6e8d5fd3ef196389ca9dc4a6db9564daba64ad
--- System tests/AutomatedSystemTests/AutomatedSystemTests/Script18.rxtst (.../Script18.rxtst) (revision 027a8543d6c3f0c0f1063de9c0c6166d45e02a4f)
+++ System tests/AutomatedSystemTests/AutomatedSystemTests/Script18.rxtst (.../Script18.rxtst) (revision 5d6e8d5fd3ef196389ca9dc4a6db9564daba64ad)
@@ -4050,44 +4050,11 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-