mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
[devicelab] never run pub (#68900)
This commit is contained in:
parent
f0ecfff3ca
commit
d75cda9d82
@ -107,7 +107,7 @@ void main() {
|
|||||||
));
|
));
|
||||||
final String originalSource = await nodeSourceFile.readAsString();
|
final String originalSource = await nodeSourceFile.readAsString();
|
||||||
try {
|
try {
|
||||||
await runTest(); // first number is meaningless; could have had to build the tool, run pub get, have a cache, etc
|
await runTest(noPub: true); // first number is meaningless; could have had to build the tool, run pub get, have a cache, etc
|
||||||
final int withoutChange = await runTest(noPub: true); // run test again with no change
|
final int withoutChange = await runTest(noPub: true); // run test again with no change
|
||||||
await nodeSourceFile.writeAsString( // only change implementation
|
await nodeSourceFile.writeAsString( // only change implementation
|
||||||
originalSource
|
originalSource
|
||||||
|
Loading…
Reference in New Issue
Block a user