File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -214,14 +214,14 @@ function run_tests_for_os {
214
214
echo " 'APP_PACKAGE_TO_UPGRADE_FROM' env not set, not testing upgrades"
215
215
upgrade_package_arg=" "
216
216
else
217
- upgrade_package_arg=" --upgrade -package ${APP_PACKAGE_TO_UPGRADE_FROM} "
217
+ upgrade_package_arg=" --app -package-to-upgrade-from ${APP_PACKAGE_TO_UPGRADE_FROM} "
218
218
fi
219
219
pushd " $TEST_DIR "
220
220
cargo run --bin test-manager \
221
221
run-tests \
222
222
--account " ${ACCOUNT_TOKEN:? Error: ACCOUNT_TOKEN not set} " \
223
223
--app-package " ${APP_PACKAGE:? Error: APP_PACKAGE not set} " \
224
- " $upgrade_package_arg " \
224
+ " ${ upgrade_package_arg[@]} " \
225
225
--package-folder " ${PACKAGE_FOLDER:? Error: PACKAGE_FOLDER not set} " \
226
226
--vm " $vm " \
227
227
" ${TEST_FILTERS:- } " \
@@ -263,4 +263,4 @@ function build_current_version {
263
263
mv -n " $APP_DIR " /dist/" $app_filename " " $APP_PACKAGE "
264
264
mv -n " $APP_DIR " /dist/" $gui_test_filename " " $APP_PACKAGE "
265
265
popd
266
- }
266
+ }
You can’t perform that action at this time.
0 commit comments