Commit:    426db571884c7b17b285a468f55d4f78e9bae1b9
Author:    Anatol Belski <a...@php.net>         Sun, 30 Dec 2018 14:04:11 +0100
Parents:   b4cf56e48cfcea569f8835cc8b5277a34adfb73f
Branches:  revamp_3

Link:       
http://git.php.net/?p=pftt2.git;a=commitdiff;h=426db571884c7b17b285a468f55d4f78e9bae1b9

Log:
Comment out questionable copy all tests

This might be some overlooked debug code, hard coded paths used.

Changed paths:
  M  src/com/mostc/pftt/runner/AbstractLocalTestPackRunner.java


Diff:
diff --git a/src/com/mostc/pftt/runner/AbstractLocalTestPackRunner.java 
b/src/com/mostc/pftt/runner/AbstractLocalTestPackRunner.java
index 44468f0..16c2b1b 100644
--- a/src/com/mostc/pftt/runner/AbstractLocalTestPackRunner.java
+++ b/src/com/mostc/pftt/runner/AbstractLocalTestPackRunner.java
@@ -287,7 +287,8 @@ public abstract class AbstractLocalTestPackRunner<A extends 
ActiveTestPack, S ex
                        // for some scenarios (Azure web sites) do the upload 
after the temporary files are generated
                        // so that all the files can be uploaded in one file 
upload (upload 1 zip file instead of lots of small files)
                        //doUploadSecond();
-                       active_test_pack = src_test_pack.install(cm, 
storage_host, "C:\\PHP-SDK\\PHP-TEST-PACK-5.4.38", 
"D:\\HOME\\SITE\\WWWROOT\\PHP-TEST-PACK-5.4.38", sapi_scenario);
+                       // TODO ??? this copies files to some dir with no 
reason and unconditionally. Check what it was supposed to be.
+                       //active_test_pack = src_test_pack.install(cm, 
storage_host, "C:\\PHP-SDK\\PHP-TEST-PACK-5.4.38", 
"D:\\HOME\\SITE\\WWWROOT\\PHP-TEST-PACK-5.4.38", sapi_scenario);
                                 
                        storage_dir.notifyTestPackInstalled(cm, runner_host);

Reply via email to