We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0afdfdb commit 147f033Copy full SHA for 147f033
1 file changed
test/firefox.sh
@@ -73,7 +73,11 @@ if [ "$1" == "--justrun" ]; then
73
fi
74
else
75
echo "running tests"
76
- $XVFB_RUN cfx test --profiledir="$PROFILE_DIRECTORY" --verbose
+ if [ -n "$FIREFOX" ]; then
77
+ $XVFB_RUN cfx test -b $FIREFOX --profiledir="$PROFILE_DIRECTORY" --verbose
78
+ else
79
+ $XVFB_RUN cfx test --profiledir="$PROFILE_DIRECTORY" --verbose
80
+ fi
81
82
83
popd
0 commit comments