WHERE IS MY RESULTS FILE?

This commit is contained in:
louisehsu 2025-04-28 18:01:48 -07:00
parent fd1e545466
commit adda969e44

View File

@ -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