mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-23 01:21:42 +00:00
Merge "Decreases the amount of console spam during tests."
This commit is contained in:
@@ -134,7 +134,7 @@ public abstract class AbstractComsSetup {
|
||||
//Prints the message on one line overwriting itself each time
|
||||
TestBench.out().print("\rWaiting for enable: " + i++);
|
||||
}
|
||||
getClassLogger().logp(Level.INFO, description.getClassName(), description.getMethodName(), description.getDisplayName());
|
||||
getClassLogger().logp(Level.INFO, description.getClassName(), description.getMethodName(), "Starting");
|
||||
super.starting(description);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user