We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
test-manager
1 parent 56516d2 commit b77bbd7Copy full SHA for b77bbd7
test/scripts/test-utils.sh
@@ -214,7 +214,7 @@ function run_tests_for_os {
214
echo "'APP_PACKAGE_TO_UPGRADE_FROM' env not set, not testing upgrades"
215
upgrade_package_arg=""
216
else
217
- upgrade_package_arg="--upgrade-package ${APP_PACKAGE_TO_UPGRADE_FROM}"
+ upgrade_package_arg="--app-package-to-upgrade-from ${APP_PACKAGE_TO_UPGRADE_FROM}"
218
fi
219
pushd "$TEST_DIR"
220
cargo run --bin test-manager \
@@ -263,4 +263,4 @@ function build_current_version {
263
mv -n "$APP_DIR"/dist/"$app_filename" "$APP_PACKAGE"
264
mv -n "$APP_DIR"/dist/"$gui_test_filename" "$APP_PACKAGE"
265
popd
266
-}
+}
0 commit comments