Skip to content

Commit

Permalink
Fix comment typos
Browse files Browse the repository at this point in the history
Signed-off-by: Philippe Ombredanne <[email protected]>
  • Loading branch information
pombredanne committed Jun 8, 2021
1 parent 4444e8b commit e541184
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions etc/release/scancode-create-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
################################################################################
# ScanCode release build script
# Create, test and publish release archives, wheels and sdists.
# Use the --test to also run basic somke test of the built archives
# Use the --test to also run basic smoke tests of the built archives
#
################################################################################

Expand Down Expand Up @@ -142,6 +142,8 @@ function run_pypi_smoke_tests {
echo "#### RELEASE TEST: Completed PyPI tests of $archive_to_test with Pythons: $python_dot_versions on OSses: $operating_systems"

}


if [ "$CLI_ARGS" == "--test" ]; then
echo "##########################################################################"
echo "### TESTING build for Python: $PYTHON_APP_VERSIONS on OS: $OPERATING_SYSTEMS"
Expand All @@ -161,14 +163,10 @@ if [ "$CLI_ARGS" == "--test" ]; then
fi




echo "##########################################################################"
echo "### BUILDING App for Python: $PYTHON_APP_VERSIONS on OS: $OPERATING_SYSTEMS"




################################
# Setup
################################
Expand Down

0 comments on commit e541184

Please sign in to comment.