Skip to content

Commit e5bb083

Browse files
committed
Pass no-remote and $@ to firefox.
1 parent afb03a0 commit e5bb083

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ cd $TEST_ADDON_PATH
5252
# If you just want to run Firefox with the latest code:
5353
if [ "$1" == "--justrun" ]; then
5454
echo "running firefox"
55-
firefox -profile "$PROFILE_DIRECTORY"
55+
firefox -no-remote -profile "$PROFILE_DIRECTORY" "$@"
5656
else
5757
echo "running tests"
5858
cfx test --profiledir="$PROFILE_DIRECTORY" --verbose

0 commit comments

Comments
 (0)