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.
2 parents a2c3449 + 77d2391 commit 01ac19bCopy full SHA for 01ac19b
docs/labs/mass-test
@@ -2,9 +2,11 @@
2
3
# Mass open all lab files. Do this by opening every lab in a web browser,
4
# 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).
7
8
# Create a list of labs
-grep -o '[A-Za-z0-9_-]*\.html' README.md | sort |uniq > ,1
9
+grep -l 'src=.*checker.js' [a-z]*.html > ,1
10
11
OPENER=xdg-open
12
if ! which "$OPENER" >/dev/null; then
0 commit comments