mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-26 01:51:41 +00:00
[wpilib] Use misspell to fix spelling errors (NFC) (#2674)
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
#*----------------------------------------------------------------------------*#
|
||||
|
||||
# If this is changed, update the .gitignore
|
||||
# so that test results are not commited to the repo
|
||||
# so that test results are not committed to the repo
|
||||
DEFAULT_LOCAL_TEST_RESULTS_DIR=../test-reports
|
||||
|
||||
ROBOT_ADDRESS=admin@roboRIO-190-FRC.local
|
||||
|
||||
@@ -22,7 +22,7 @@ A script designed to run the integration tests.
|
||||
This script should only be run on the computer connected to the roboRIO.
|
||||
Where:
|
||||
-h Show this help text.
|
||||
-A Disable language recomended arguments.
|
||||
-A Disable language recommended arguments.
|
||||
arg Additional arguments to be passed to test."
|
||||
|
||||
|
||||
|
||||
@@ -71,7 +71,7 @@ fi
|
||||
PARAM_COUNTER=1
|
||||
printf "Param Args ${PARAM_ARGS}\n"
|
||||
|
||||
# Check for optional paramaters
|
||||
# Check for optional parameters
|
||||
while getopts ':hmd:A' option $PARAM_ARGS ; do
|
||||
case "$option" in
|
||||
h)
|
||||
@@ -103,7 +103,7 @@ if [[ "$RUN_WITH_DEFAULT_ARGS" == true ]]; then
|
||||
TEST_RUN_ARGS="${DEFAULT_ARGS} ${TEST_RUN_ARGS}"
|
||||
fi
|
||||
|
||||
# Make sure at least two paramaters are passed or four if running with -d option
|
||||
# Make sure at least two parameters are passed or four if running with -d option
|
||||
if [[ $# -lt $PARAM_COUNTER ]]; then
|
||||
printf "Invalid arg count. Should be %s, was %s.\n" "${PARAM_COUNTER}" "$#"
|
||||
echo "$usage"
|
||||
|
||||
Reference in New Issue
Block a user