More CANJaguar integration tests

Change-Id: I92e6bb7ee0e7d43c1468650e2c69bb8f46a0154d
This commit is contained in:
thomasclark
2014-07-16 14:13:29 -04:00
parent f566c087dc
commit 968b69d37d
2 changed files with 128 additions and 58 deletions

View File

@@ -6,11 +6,11 @@ if [ $(which sshpass) ]
then
sshpass -p "" ssh admin@10.1.90.2 killall FRCUserProgram
sshpass -p "" scp target/cmake/wpilibc/wpilibC++IntegrationTests/FRCUserProgram admin@10.1.90.2:/home/admin
sshpass -p "" ssh admin@10.1.90.2 ./FRCUserProgram $*
sshpass -p "" ssh admin@10.1.90.2 ./FRCUserProgram --gtest_color=yes $*
else
ssh admin@10.1.90.2 killall FRCUserProgram
scp target/cmake/wpilibc/wpilibC++IntegrationTests/FRCUserProgram admin@10.1.90.2:/home/admin
ssh admin@10.1.90.2 ./FRCUserProgram $*
ssh admin@10.1.90.2 ./FRCUserProgram --gtest_color=yes $*
fi