Commit 514f66a
[run host script] update stderr output for host script.
- Use subprocess.PIPE for subprocess in order to show subprocess error
in stdout correctly.
- Formate stderr with .decode("utf-8")
- Remove the if statements that checks if host_script is defined. The
template currently fails if host_script is not defined.
- Add an else statement in src/testing/system-validaion/ui/BUILD.gn for
when building with asan variant. It seems that GN will error with
unresolved target for flatland_view_provider_with_host_script.
Bug: 116493
Change-Id: I6a7e2aa218af7bdd6d6070f84e13acbf2fc25b35
Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/774007
Reviewed-by: Oliver Newman <[email protected]>
Reviewed-by: Satsuki Ueno <[email protected]>
Reviewed-by: Marc-Antoine Ruel <[email protected]>
Commit-Queue: Yuan Zhi <[email protected]>1 parent 2199924 commit 514f66a
File tree
3 files changed
+19
-17
lines changed- build/testing
- src/testing/system-validation/ui
3 files changed
+19
-17
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
109 | 102 | | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
110 | 108 | | |
111 | 109 | | |
112 | 110 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
| 82 | + | |
82 | 83 | | |
83 | 84 | | |
84 | 85 | | |
| |||
97 | 98 | | |
98 | 99 | | |
99 | 100 | | |
100 | | - | |
| 101 | + | |
101 | 102 | | |
102 | 103 | | |
103 | 104 | | |
| |||
111 | 112 | | |
112 | 113 | | |
113 | 114 | | |
114 | | - | |
| 115 | + | |
115 | 116 | | |
116 | 117 | | |
117 | 118 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
99 | 102 | | |
0 commit comments