Unverified Commit d75cda9d authored by Jonah Williams's avatar Jonah Williams Committed by GitHub

[devicelab] never run pub (#68900)

parent f0ecfff3
...@@ -107,7 +107,7 @@ void main() { ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment