mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
Adds a simple logger to the AbstractComsSetup that prints messages to the console based on the log level. Replaces all System.out prints with TestBench.out() Change-Id: Ieb7acfe51aa2febe9cfd3883f8a33094c9b72a6e
TO LOAD & RUN INTEGRATION TESTS
- Run 'mvn clean package' from this directory
- Run 'scp target/wpilibJavaIntegrationTests-0.1.0-SNAPSHOT.jar admin@10.1.90.2:/home/admin' and enter the password on the RoboRio
- ssh into the RoboRio using 'ssh admin@10.1.90.2'
- Run the integration tests on the roborio using './runintegrationjavaprogram'
- Enable the robot using a driver station (this will be automatic eventually)