We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ebfaca commit c0a7a0eCopy full SHA for c0a7a0e
scripts/marionette.sh
test.sh
@@ -20,7 +20,8 @@ case "$FRONTEND" in
20
echo "Use ./mach mochitest-remote to run tests;"
21
echo "use ./mach help mochitest-remote for options." ;;
22
marionette)
23
- SCRIPT=$B2G_HOME/scripts/marionette.sh ;;
+ echo "Use ./mach marionette-webapi to run tests;"
24
+ echo "use ./mach help mochitest-webapi for options." ;;
25
updates)
26
SCRIPT=$B2G_HOME/scripts/updates.sh ;;
27
xpcshell)
0 commit comments