Makes the tests take parameters at runtime so that you can selectively run a suite without having to run the entire framework.

Change-Id: I1452cace993a5ea8bdd87797d3125cd353b9218f
This commit is contained in:
Jonathan Leitschuh
2014-07-03 15:16:36 -04:00
parent ff8016c088
commit 8b770ffb41
4 changed files with 170 additions and 37 deletions

View File

@@ -2,4 +2,4 @@
killall java
killall FRCUserProgram
sleep 1
/usr/local/frc/JRE/bin/java -jar wpilibJavaIntegrationTests-0.1.0-SNAPSHOT.jar -ea
/usr/local/frc/JRE/bin/java -ea -jar wpilibJavaIntegrationTests-0.1.0-SNAPSHOT.jar $@