File tree Expand file tree Collapse file tree 4 files changed +9
-2
lines changed Expand file tree Collapse file tree 4 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 99 - stable
1010 - 1.23.0
1111
12+ env :
13+ - FORCE_TEST_EXIT=true
14+
1215# Content shell needs these fonts.
1316addons :
1417 apt :
Original file line number Diff line number Diff line change 1+ ## 0.12.24+2
2+
3+ * Only force exit if ` FORCE_TEST_EXIT ` is set in the environment.
4+
15## 0.12.24+1
26
37* Widen version constraint on ` analyzer ` .
Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ transformers:
185185
186186 // TODO(grouma) - figure out why the executable can hang in the travis
187187 // environment. https://github.com/dart-lang/test/issues/599
188- if (Platform .environment["TRAVIS " ] == "true" ) {
188+ if (Platform .environment["FORCE_TEST_EXIT " ] == "true" ) {
189189 exit (exitCode);
190190 }
191191}
Original file line number Diff line number Diff line change 11name : test
2- version : 0.12.24+1
2+ version : 0.12.24+2
33author :
Dart Team <[email protected] > 44description : A library for writing dart unit tests.
55homepage : https://github.com/dart-lang/test
You can’t perform that action at this time.
0 commit comments