Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions backends/arm/scripts/pre-push
Original file line number Diff line number Diff line change
Expand Up @@ -302,18 +302,6 @@ for COMMIT in ${COMMITS}; do
fi
fi

# Test name checks
test_files=$(echo $commit_files | grep -oE 'backends/arm/test/\S+')
if [ "$test_files" ]; then

# Check that the test name follows the specified convention
python ./backends/arm/scripts/testname_rules/validate_test_names.py $test_files
if [ $? -ne 0 ]; then
echo -e "${ERROR} Failed op test name check." >&2
FAILED=1
fi
fi

echo "" # Newline to visually separate commit processing
done

Expand Down
194 changes: 0 additions & 194 deletions backends/arm/scripts/testname_rules/collect_testname_resources.py

This file was deleted.

74 changes: 0 additions & 74 deletions backends/arm/scripts/testname_rules/collect_tests.py

This file was deleted.

Loading
Loading