summaryrefslogtreecommitdiffstats
path: root/vespa-testrunner-components/src/test
diff options
context:
space:
mode:
authorJon Marius Venstad <jonmv@users.noreply.github.com>2019-08-15 15:58:36 +0200
committerGitHub <noreply@github.com>2019-08-15 15:58:36 +0200
commitdce23213e705e49397a14d0ae121b4503f13735b (patch)
treec4a36d8466e3861a0a8404009742a648d847461e /vespa-testrunner-components/src/test
parent6ebefd2e5a2f449a767028f81f5b1f385558129e (diff)
Revert "Add custom path to PATH to run mvn?"
Diffstat (limited to 'vespa-testrunner-components/src/test')
-rw-r--r--vespa-testrunner-components/src/test/java/com/yahoo/vespa/hosted/testrunner/TestRunnerTest.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/vespa-testrunner-components/src/test/java/com/yahoo/vespa/hosted/testrunner/TestRunnerTest.java b/vespa-testrunner-components/src/test/java/com/yahoo/vespa/hosted/testrunner/TestRunnerTest.java
index e8fc589b972..49c95fa4b6f 100644
--- a/vespa-testrunner-components/src/test/java/com/yahoo/vespa/hosted/testrunner/TestRunnerTest.java
+++ b/vespa-testrunner-components/src/test/java/com/yahoo/vespa/hosted/testrunner/TestRunnerTest.java
@@ -15,6 +15,7 @@ import java.util.logging.LogRecord;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertTrue;
+import static org.junit.Assert.fail;
/**
* Unit tests relying on a UNIX shell >_<