File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 66# ###############################################################################
77# ScanCode release build script
88# Create, test and publish release archives, wheels and sdists.
9- # Use the --test to also run basic somke test of the built archives
9+ # Use the --test to also run basic smoke tests of the built archives
1010#
1111# ###############################################################################
1212
@@ -142,6 +142,8 @@ function run_pypi_smoke_tests {
142142 echo " #### RELEASE TEST: Completed PyPI tests of $archive_to_test with Pythons: $python_dot_versions on OSses: $operating_systems "
143143
144144}
145+
146+
145147if [ " $CLI_ARGS " == " --test" ]; then
146148 echo " ##########################################################################"
147149 echo " ### TESTING build for Python: $PYTHON_APP_VERSIONS on OS: $OPERATING_SYSTEMS "
@@ -161,14 +163,10 @@ if [ "$CLI_ARGS" == "--test" ]; then
161163fi
162164
163165
164-
165-
166166echo " ##########################################################################"
167167echo " ### BUILDING App for Python: $PYTHON_APP_VERSIONS on OS: $OPERATING_SYSTEMS "
168168
169169
170-
171-
172170# ###############################
173171# Setup
174172# ###############################
You can’t perform that action at this time.
0 commit comments