mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
WHERE IS MY RESULTS FILE?
This commit is contained in:
parent
fd1e545466
commit
adda969e44
@ -1763,6 +1763,10 @@ class CompileTest {
|
||||
'PROVISIONING_PROFILE_SPECIFIER=$provisioningProfile',
|
||||
]).then((ProcessResult results) {
|
||||
print(results.stdout);
|
||||
Directory dir = Directory(testDirectory);
|
||||
dir.list(recursive: false).forEach((f) {
|
||||
print(f);
|
||||
});
|
||||
});
|
||||
|
||||
// read the metrics from the test results
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user