| Index: pkg/unittest/lib/vm_config.dart
|
| ===================================================================
|
| --- pkg/unittest/lib/vm_config.dart (revision 26407)
|
| +++ pkg/unittest/lib/vm_config.dart (working copy)
|
| @@ -38,6 +38,13 @@
|
| return result;
|
| }
|
|
|
| + void onInit() {
|
| + super.onInit();
|
| + // TODO(gram): Consider using args package here.
|
| + filterStacks = !new Options().arguments.contains('--no-filtered-stacks');
|
| + formatStacks = !new Options().arguments.contains('--no-fancy-stacks');
|
| + }
|
| +
|
| void onDone(bool success) {
|
| int status;
|
| try {
|
|
|