We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c866c7b commit fecf1beCopy full SHA for fecf1be
test.sh
@@ -55,6 +55,7 @@ pushd $TEST_ADDON_PATH
55
# If you just want to run Firefox with the latest code:
56
if [ "$1" == "--justrun" ]; then
57
echo "running firefox"
58
+ shift
59
firefox -no-remote -profile "$PROFILE_DIRECTORY" "$@"
60
else
61
echo "running tests"
0 commit comments