@@ -72,11 +72,11 @@ elif [ "$BOT" = "test_webdriver" ]; then
7272# elif [ "$BOT" = "integration_ddc" ]; then
7373
7474# TODO(https://github.com/flutter/devtools/issues/1987): rewrite legacy integration tests.
75- elif [[ " $BOT " == " integration_dart2js" || " $BOT " == " integration_wasm " ]]; then
76- if [ " $BOT " == " integration_wasm " ]; then
77- MAYBE_WASM_FLAG =" --wasm"
75+ elif [[ " $BOT " == " integration_dart2js" || " $BOT " == " integration_dart2wasm " ]]; then
76+ if [ " $BOT " == " integration_dart2wasm " ]; then
77+ WASM_FLAG =" --wasm"
7878 else
79- MAYBE_WASM_FLAG =" "
79+ WASM_FLAG =" "
8080 fi
8181
8282 if [ " $DEVTOOLS_PACKAGE " = " devtools_app" ]; then
@@ -91,15 +91,15 @@ run to see if golden image failures have been uploaded (this only happens once a
9191completed). Download these goldens and update them in the codebase to apply the updates."
9292
9393 if [ " $DEVICE " = " flutter" ]; then
94- dart run integration_test/run_tests.dart $MAYBE_WASM_FLAG --headless --shard=" $SHARD "
94+ dart run integration_test/run_tests.dart $WASM_FLAG --headless --shard=" $SHARD "
9595 elif [ " $DEVICE " = " flutter-web" ]; then
96- dart run integration_test/run_tests.dart --test-app-device=chrome $MAYBE_WASM_FLAG --headless --shard=" $SHARD "
96+ dart run integration_test/run_tests.dart --test-app-device=chrome $WASM_FLAG --headless --shard=" $SHARD "
9797 elif [ " $DEVICE " = " dart-cli" ]; then
98- dart run integration_test/run_tests.dart --test-app-device=cli $MAYBE_WASM_FLAG --headless --shard=" $SHARD "
98+ dart run integration_test/run_tests.dart --test-app-device=cli $WASM_FLAG --headless --shard=" $SHARD "
9999 fi
100100 elif [ " $DEVTOOLS_PACKAGE " = " devtools_extensions" ]; then
101101 pushd $DEVTOOLS_DIR /packages/devtools_extensions
102- dart run integration_test/run_tests.dart $MAYBE_WASM_FLAG --headless
102+ dart run integration_test/run_tests.dart $WASM_FLAG --headless
103103 popd
104104 fi
105105fi
0 commit comments