Skip to content

Commit

Permalink
Merge pull request #253 from AsherGlick/intigration_to_integration
Browse files Browse the repository at this point in the history
Renaming intigration_tests to integration_tests
  • Loading branch information
AsherGlick authored Dec 31, 2023
2 parents f545715 + 71fa725 commit a34ce44
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 a34ce44

Please sign in to comment.