clean-up
This commit is contained in:
parent
2cf137280d
commit
5571df5660
|
@ -22,7 +22,7 @@ import org.junit.runner.Result;
|
||||||
*/
|
*/
|
||||||
public class RealHardwareTestLauncher {
|
public class RealHardwareTestLauncher {
|
||||||
|
|
||||||
public static void main(String[] args) throws InterruptedException {
|
public static void main(String[] args) {
|
||||||
JUnitCore junit = new JUnitCore();
|
JUnitCore junit = new JUnitCore();
|
||||||
Result result = junit.run(
|
Result result = junit.run(
|
||||||
CommonFunctionalTest.class,
|
CommonFunctionalTest.class,
|
||||||
|
|
Loading…
Reference in New Issue