Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
262a963e
Unverified
Commit
262a963e
authored
Feb 12, 2022
by
Jenn Magder
Committed by
GitHub
Feb 12, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
flutter_build_null_unsafe_test print failed build output (#98310)
parent
1be67ab9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
flutter_build_null_unsafe_test.dart
...est/integration.shard/flutter_build_null_unsafe_test.dart
+4
-1
No files found.
packages/flutter_tools/test/integration.shard/flutter_build_null_unsafe_test.dart
View file @
262a963e
...
@@ -76,7 +76,10 @@ String unsafeString = null;
...
@@ -76,7 +76,10 @@ String unsafeString = null;
'--no-sound-null-safety'
,
'--no-sound-null-safety'
,
if
(
targetPlatform
==
'ios'
)
'--no-codesign'
,
if
(
targetPlatform
==
'ios'
)
'--no-codesign'
,
],
workingDirectory:
projectRoot
.
path
);
],
workingDirectory:
projectRoot
.
path
);
expect
(
result
.
exitCode
,
0
);
if
(
result
.
exitCode
!=
0
)
{
fail
(
'build --no-sound-null-safety failed:
${result.exitCode}
\n
${result.stderr}
\n
${result.stdout}
'
);
}
});
});
}
}
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment