aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test
diff options
context:
space:
mode:
authorGravatar Philipp Wollermann <philwo@google.com>2016-06-20 10:30:55 +0000
committerGravatar Philipp Wollermann <philwo@google.com>2016-06-21 09:57:25 +0000
commit69fa69983b26c1059c99c7709162fbe778fe690f (patch)
treece0e742abf8c0423c252941c23093856143cac5f /src/test
parent7c246857cdfc210538c76749acb5004a284bdf01 (diff)
sandbox: So refactoring, much no-op change, wow.
(But this will make it easier to try out the overlayfs-based sandbox later.) -- MOS_MIGRATED_REVID=125320914
Diffstat (limited to 'src/test')
-rw-r--r--src/test/java/com/google/devtools/build/lib/sandbox/LinuxSandboxedStrategyTestCase.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/test/java/com/google/devtools/build/lib/sandbox/LinuxSandboxedStrategyTestCase.java b/src/test/java/com/google/devtools/build/lib/sandbox/LinuxSandboxedStrategyTestCase.java
index efafd3b8a2..0d18caa550 100644
--- a/src/test/java/com/google/devtools/build/lib/sandbox/LinuxSandboxedStrategyTestCase.java
+++ b/src/test/java/com/google/devtools/build/lib/sandbox/LinuxSandboxedStrategyTestCase.java
@@ -103,13 +103,12 @@ public class LinuxSandboxedStrategyTestCase {
ImmutableMap.<String, SpawnActionContext>of(
"",
new LinuxSandboxedStrategy(
+ optionsParser.getOptions(SandboxOptions.class),
ImmutableMap.<String, String>of(),
blazeDirs,
MoreExecutors.newDirectExecutorService(),
true,
false,
- ImmutableList.<String>of(),
- false,
TestConstants.PRODUCT_NAME)),
ImmutableList.<ActionContextProvider>of());
}