Skip to content

Commit

Permalink
renaming intigration_tests to integration_tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AsherGlick committed Dec 30, 2023
1 parent 4486a36 commit 71fa725
Show file tree
Hide file tree
Showing 78 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion xml_converter/presubmit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ fi
popd

# Run the python presubmit for the "integration_tests" subdirectory.
pushd intigration_tests
pushd integration_tests
./presubmit.sh
if (( $? > 0 )); then
error_count=`expr $error_count + 1`
Expand Down

0 comments on commit 71fa725

Please sign in to comment.