Skip to content

Commit fecf1be

Browse files
committed
Fix justrun CLI params.
1 parent c866c7b commit fecf1be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ pushd $TEST_ADDON_PATH
5555
# If you just want to run Firefox with the latest code:
5656
if [ "$1" == "--justrun" ]; then
5757
echo "running firefox"
58+
shift
5859
firefox -no-remote -profile "$PROFILE_DIRECTORY" "$@"
5960
else
6061
echo "running tests"

0 commit comments

Comments
 (0)