Minor fix for TestCodebase [ARM]

This commit is contained in:
Kevin Rowlandson 2020-07-03 14:30:32 +01:00
parent 91908e446e
commit adbb959358
No known key found for this signature in database
GPG key ID: F33348ACAE26BE84

View file

@ -334,7 +334,7 @@ function TestCodebase() {
cd "$GITHUB_WORKSPACE/$TEST_CASE_FOLDER/$INDVIDUAL_TEST_FOLDER" || exit cd "$GITHUB_WORKSPACE/$TEST_CASE_FOLDER/$INDVIDUAL_TEST_FOLDER" || exit
$LINTER_COMMAND "$FILE" 2>&1 $LINTER_COMMAND "$FILE" 2>&1
) )
elif [[ $FILE_TYPE == "POWERSHELL" ]]; then elif [[ $FILE_TYPE == "POWERSHELL" ]] || [[ $FILE_TYPE == "ARM" ]]; then
################################ ################################
# Lint the file with the rules # # Lint the file with the rules #
################################ ################################