Migrated tests in devtools/build/lib/shell to JUnit 4.
--
MOS_MIGRATED_REVID=109205227
diff --git a/src/test/java/com/google/devtools/build/lib/shell/CommandTest.java b/src/test/java/com/google/devtools/build/lib/shell/CommandTest.java
index 3428780..a5f81bd 100644
--- a/src/test/java/com/google/devtools/build/lib/shell/CommandTest.java
+++ b/src/test/java/com/google/devtools/build/lib/shell/CommandTest.java
@@ -52,8 +52,7 @@
// Platform-independent tests ----------------------------------------------
@Before
- public void setUp() throws Exception {
-
+ public final void configureLogger() throws Exception {
// enable all log statements to ensure there are no problems with
// logging code
Logger.getLogger("com.google.devtools.build.lib.shell.Command").setLevel(Level.FINEST);