mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
Modified the test scripts to run as admin rather than lvuser until we have the passwd issue resolved
Change-Id: I943a17c7f872faf69e845b61423eb0ae7044cca5
This commit is contained in:
committed by
Fredric Silberberg
parent
9f859234fb
commit
c0c91c414a
@@ -10,11 +10,11 @@
|
||||
# so that test results are not commited to the repo
|
||||
DEFAULT_LOCAL_TEST_RESULTS_DIR=../test-reports
|
||||
|
||||
ROBOT_ADDRESS=lvuser@roboRIO-190-FRC.local
|
||||
ROBOT_ADDRESS=admin@roboRIO-190-FRC.local
|
||||
ADMIN_ROBOT_ADDRESS=admin@roboRIO-190-FRC.local
|
||||
DEFAULT_LOCAL_RUN_TEST_SCRIPT="run-tests-on-robot.sh"
|
||||
|
||||
DEFAULT_DESTINATION_DIR=/home/lvuser
|
||||
DEFAULT_DESTINATION_DIR=/home/admin
|
||||
DEFAULT_TEST_SCP_DIR=${DEFAULT_DESTINATION_DIR}/deployedTests
|
||||
DEFAULT_DESTINATION_TEST_RESULTS_DIR=${DEFAULT_DESTINATION_DIR}/testResults
|
||||
|
||||
|
||||
Reference in New Issue
Block a user