You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.
Many packages create extra dart files next to the original dart file, and those end up getting ran as separate "tests" when running pub test on the build/test directory. Instead, the bots should run pub serve test ... and then pub run test --pub-serve=8080 ....
The text was updated successfully, but these errors were encountered:
jakemac53
added a commit
to dart-archive/polymer-dart
that referenced
this issue
Jan 27, 2016
See errors here https://chromegw.corp.google.com/i/client.dart.packages/builders/packages-mac-polymer-dart/builds/694/steps/pub%20run%20test/logs/stdio.
Many packages create extra dart files next to the original dart file, and those end up getting ran as separate "tests" when running pub test on the build/test directory. Instead, the bots should run
pub serve test ...
and thenpub run test --pub-serve=8080 ...
.The text was updated successfully, but these errors were encountered: