Skip to content

Commit 01ac19b

Browse files
Merge pull request #774 from ossf/mass-test-improve
Mass test improve
2 parents a2c3449 + 77d2391 commit 01ac19b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/labs/mass-test

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22

33
# Mass open all lab files. Do this by opening every lab in a web browser,
44
# which will invoke each lab's built-in tests.
5+
# Each file should have a yellow input field (so the JavaScript ran)
6+
# and *not* show a test failure (so all embedded tests passed).
57

68
# Create a list of labs
7-
grep -o '[A-Za-z0-9_-]*\.html' README.md | sort |uniq > ,1
9+
grep -l 'src=.*checker.js' [a-z]*.html > ,1
810

911
OPENER=xdg-open
1012
if ! which "$OPENER" >/dev/null; then

0 commit comments

Comments
 (0)