aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/test/StandaloneTestStrategy.java
diff options
context:
space:
mode:
authorGravatar Han-Wen Nienhuys <hanwen@google.com>2015-09-28 16:40:43 +0000
committerGravatar Florian Weikert <fwe@google.com>2015-09-30 09:31:47 +0000
commit3b876801cb4051d30808fbd1e3aa9d079d08711f (patch)
tree6bbb6cdf54963799cebf47f7a4e8e3cf12bfa499 /src/main/java/com/google/devtools/build/lib/rules/test/StandaloneTestStrategy.java
parent08fdffc17ebd424369c445bd11c7b23ac50e152a (diff)
Move test setup script up in the hierarchy.
-- MOS_MIGRATED_REVID=104107730
Diffstat (limited to 'src/main/java/com/google/devtools/build/lib/rules/test/StandaloneTestStrategy.java')
-rw-r--r--src/main/java/com/google/devtools/build/lib/rules/test/StandaloneTestStrategy.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main/java/com/google/devtools/build/lib/rules/test/StandaloneTestStrategy.java b/src/main/java/com/google/devtools/build/lib/rules/test/StandaloneTestStrategy.java
index eb1fde55e0..dc39fbe8fe 100644
--- a/src/main/java/com/google/devtools/build/lib/rules/test/StandaloneTestStrategy.java
+++ b/src/main/java/com/google/devtools/build/lib/rules/test/StandaloneTestStrategy.java
@@ -63,8 +63,6 @@ public class StandaloneTestStrategy extends TestStrategy {
this.workspace = workspace;
}
- private static final String TEST_SETUP_BASENAME = "test-setup.sh";
-
@Override
public void exec(TestRunnerAction action, ActionExecutionContext actionExecutionContext)
throws ExecException, InterruptedException {