Skip to content

Commit c0a7a0e

Browse files
author
Jonathan Griffin
committed
Bug 912756 - Remove redundant Marionette script, r=ahal
1 parent 9ebfaca commit c0a7a0e

File tree

2 files changed

+2
-51
lines changed

2 files changed

+2
-51
lines changed

scripts/marionette.sh

-50
This file was deleted.

test.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ case "$FRONTEND" in
2020
echo "Use ./mach mochitest-remote to run tests;"
2121
echo "use ./mach help mochitest-remote for options." ;;
2222
marionette)
23-
SCRIPT=$B2G_HOME/scripts/marionette.sh ;;
23+
echo "Use ./mach marionette-webapi to run tests;"
24+
echo "use ./mach help mochitest-webapi for options." ;;
2425
updates)
2526
SCRIPT=$B2G_HOME/scripts/updates.sh ;;
2627
xpcshell)

0 commit comments

Comments
 (0)