We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afb03a0 commit e5bb083Copy full SHA for e5bb083
test.sh
@@ -52,7 +52,7 @@ cd $TEST_ADDON_PATH
52
# If you just want to run Firefox with the latest code:
53
if [ "$1" == "--justrun" ]; then
54
echo "running firefox"
55
- firefox -profile "$PROFILE_DIRECTORY"
+ firefox -no-remote -profile "$PROFILE_DIRECTORY" "$@"
56
else
57
echo "running tests"
58
cfx test --profiledir="$PROFILE_DIRECTORY" --verbose
0 commit comments