Lines Matching refs:html
115 atf-report -o html:report.html <run.log
118 ls -l report.html report.files
120 for file in index.html context.html report.css; do
125 test report.html -ef report.files/index.html || \
142 atf-report -o html:report.html <run.log
145 ls -l report.html report.files
147 for file in index.html context.html report.css \
148 program1_skip.html program2_fail.html program2_skip.html \
149 program2_pass.html
155 test report.html -ef report.files/index.html || \
168 atf-report -o html:$(pwd)/a/b/c/report.html <run.log
173 for file in index.html context.html report.css; do
178 test a/b/c/report.html -ef a/b/c/report.files/index.html || \
187 atf-report -o html:-
190 atf-report -o html:/dev/stdout
202 atf-report -o xml:report.html <run.log
204 for file in index.html context.html report.css; do
209 test report.html -ef report.files/index.html || \