You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: build/resources/src/main/java/org/arquillian/warp/ftest/configuration/IntegrationTestConfiguration.java
-11Lines changed: 0 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,6 @@ public class IntegrationTestConfiguration implements DroneConfiguration<Integrat
27
27
privateStringcontainerHome;
28
28
privateStringcontainerDistribution;
29
29
privateStringcontainerConfiguration;
30
-
privateStringcontainerLinuxExecutePermissionFile;
31
30
privateBooleancontainerUninstall;
32
31
privateBooleandebug;
33
32
@@ -54,16 +53,6 @@ public String getContainerHome() {
54
53
returncontainerHome;
55
54
}
56
55
57
-
/**
58
-
* If the arquillian container adapter calls a launcher script for starting the container, this file must have the "execute" permisson on linux environments.
59
-
* This property must contain the relative path (subdir of "containerConfiguration").
60
-
*
61
-
* @return Relative path to the file that should be marked as "executable" if the test environment is not Windows.
<!-- If the arquillian container adapter calls a launcher script for starting the container, this file must have the "execute" permisson on linux environments.
70
-
Configure the path relative to the subdir of "arquillian.container.configuration". -->
0 commit comments