We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8712bf8 commit dd06779Copy full SHA for dd06779
test.sh
@@ -9,4 +9,4 @@
9
cd $(dirname $0)/$(dirname $(readlink $0))
10
11
./test/firefox.sh $@
12
-# ./test/chromium.sh
+./test/chromium.sh $@
test/chromium.sh
@@ -24,7 +24,7 @@ if [ "$1" == "--justrun" ]; then
24
--user-data-dir="$PROFILE_DIRECTORY" \
25
--load-extension=pkg/crx/
26
else
27
- source makecrx.sh
+ ./makecrx.sh
28
echo "running tests"
29
CRX_NAME="`ls -tr pkg/*.crx | tail -1`"
30
python2.7 test/chromium/script.py $CRX_NAME
0 commit comments