[hotfix][cli][tests] let CliFrontendRunTest extend from TestLogger

Project: http://git-wip-us.apache.org/repos/asf/flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/9898d434
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/9898d434
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/9898d434

Branch: refs/heads/master
Commit: 9898d434a66a0d461d5cebb27877fe16a6acd987
Parents: 4c46af1
Author: Nico Kruber <[email protected]>
Authored: Fri Mar 9 10:56:31 2018 +0100
Committer: zentol <[email protected]>
Committed: Wed Mar 14 20:46:23 2018 +0100

----------------------------------------------------------------------
 .../test/java/org/apache/flink/client/cli/CliFrontendRunTest.java | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/9898d434/flink-clients/src/test/java/org/apache/flink/client/cli/CliFrontendRunTest.java
----------------------------------------------------------------------
diff --git 
a/flink-clients/src/test/java/org/apache/flink/client/cli/CliFrontendRunTest.java
 
b/flink-clients/src/test/java/org/apache/flink/client/cli/CliFrontendRunTest.java
index ebb76d8..69724f1 100644
--- 
a/flink-clients/src/test/java/org/apache/flink/client/cli/CliFrontendRunTest.java
+++ 
b/flink-clients/src/test/java/org/apache/flink/client/cli/CliFrontendRunTest.java
@@ -23,6 +23,7 @@ import org.apache.flink.client.program.PackagedProgram;
 import org.apache.flink.configuration.Configuration;
 import org.apache.flink.configuration.GlobalConfiguration;
 import org.apache.flink.runtime.jobgraph.SavepointRestoreSettings;
+import org.apache.flink.util.TestLogger;
 
 import org.junit.BeforeClass;
 import org.junit.Test;
@@ -37,7 +38,7 @@ import static org.junit.Assert.assertTrue;
 /**
  * Tests for the RUN command.
  */
-public class CliFrontendRunTest {
+public class CliFrontendRunTest extends TestLogger {
 
        @BeforeClass
        public static void init() {

Reply via email to