Skip to content

Commit 4f62523

Browse files
committed
test: remove verbose flag
1 parent e94dca3 commit 4f62523

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

smoke/test_openapi/smoke.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ pub global activate openapi_generator_cli
2424
cd "openapi"
2525
openapi-generator generate -i https://petstore.swagger.io/v2/swagger.json -g dart-dio
2626
flutter pub get
27-
flutter pub run build_runner build --delete-conflicting-outputs --verbose
27+
flutter pub run build_runner build --delete-conflicting-outputs
2828
)
2929

3030
# Run the test
3131
flutter pub get
3232
flutter pub upgrade
33-
flutter pub run build_runner build --delete-conflicting-outputs --verbose
33+
flutter pub run build_runner build --delete-conflicting-outputs
3434
flutter pub run lib/test.dart

0 commit comments

Comments
 (0)