Merge "Make the teststand run as lvuser instead of admin."

This commit is contained in:
Brad Miller (WPI)
2015-07-20 14:22:17 -07:00
committed by Gerrit Code Review

View File

@@ -10,10 +10,10 @@
# so that test results are not commited to the repo
DEFAULT_LOCAL_TEST_RESULTS_DIR=../test-reports
ROBOT_ADDRESS=admin@roboRIO-190.local
ROBOT_ADDRESS=lvuser@roboRIO-190.local
DEFAULT_LOCAL_RUN_TEST_SCRIPT="run-tests-on-robot.sh"
DEFAULT_DESTINATION_DIR=/home/admin
DEFAULT_DESTINATION_DIR=/home/lvuser
DEFAULT_TEST_SCP_DIR=${DEFAULT_DESTINATION_DIR}/deployedTests
DEFAULT_DESTINATION_TEST_RESULTS_DIR=${DEFAULT_DESTINATION_DIR}/testResults