Commit 60b1fb9
committed
ui-tests: improve
There is actually no need to have a flashing window just to capture the
output of the command: using the trick (use `Run()`, pipe to `clip` and
then use `A_Clipboard`) from https://stackoverflow.com/a/32298415 makes
it possible to hide the console window _and_ capture the output.
Signed-off-by: Johannes Schindelin <[email protected]>RunWaitOne()
1 parent ff0ba88 commit 60b1fb9
1 file changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| 58 | + | |
58 | 59 | | |
59 | 60 | | |
60 | | - | |
| 61 | + | |
61 | 62 | | |
62 | | - | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
63 | 66 | | |
64 | 67 | | |
65 | 68 | | |
| |||
0 commit comments