You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/02/26 02:31:46 UTC

[GitHub] csantanapr closed pull request #3336: Remove dead field.

csantanapr closed pull request #3336: Remove dead field.
URL: https://github.com/apache/incubator-openwhisk/pull/3336
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/tests/src/test/scala/common/WhiskProperties.java b/tests/src/test/scala/common/WhiskProperties.java
index b770c1ba74..0daa28d18f 100644
--- a/tests/src/test/scala/common/WhiskProperties.java
+++ b/tests/src/test/scala/common/WhiskProperties.java
@@ -41,11 +41,6 @@
      */
     private static final int DEFAULT_CONCURRENCY = 20;
 
-    /**
-     * The deployment target, e.g., local.
-     */
-    public static final String deployTarget = System.getProperty("deploy.target");
-
     /**
      * If true, then tests will direct to the router rather than the edge
      * components.
@@ -106,7 +101,6 @@
         // set whisk home from read properties
         whiskHome = whiskProperties.getProperty("openwhisk.home");
 
-        System.out.format("deploy target %s\n", deployTarget != null ? deployTarget : "not defined");
         System.out.format("test router? %s\n", testRouter);
     }
 


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services