Skip to content

Commit

Permalink
Debug tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexios80 committed Oct 11, 2024
1 parent 0c88da9 commit 05f6764
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/gen_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const argString = 'pub run build_runner build --delete-conflicting-outputs';

void main() {
test('[engine] gen', () async {
final result = await testCommand(['gen']);
final result = await testCommand(['gen'], debug: true);
final stdout = result.stdout;

expect(result.exitCode, isNot(ExitCode.success.code));
Expand Down
2 changes: 1 addition & 1 deletion test/link_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import 'test_utils.dart';

void main() {
test('puby link', () async {
final result = await testCommand(['link']);
final result = await testCommand(['link'], debug: true);
final stdout = result.stdout;

expect(result.exitCode, ExitCode.success.code);
Expand Down

0 comments on commit 05f6764

Please sign in to comment.