We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3398168 commit 29fcee5Copy full SHA for 29fcee5
.github/workflows/scripts/qemu-9-summary-page.sh
@@ -11,12 +11,10 @@ function output() {
11
}
12
13
function outfile() {
14
- test -s "$1" || return
15
cat "$1" >> "out-$logfile.md"
16
17
18
function outfile_plain() {
19
20
output "<pre>"
21
22
output "</pre>"
@@ -45,6 +43,8 @@ if [ ! -f out-1.md ]; then
45
43
tar xf "$tarfile"
46
44
test -s env.txt || continue
47
source env.txt
+ # when uname.txt is there, the other files are also ok
+ test -s uname.txt || continue
48
output "\n## Functional Tests: $OSNAME\n"
49
outfile_plain uname.txt
50
outfile_plain summary.txt
0 commit comments