Skip to content

Commit dd06779

Browse files
committed
Fixing running Chromium testing through test.sh
1 parent 8712bf8 commit dd06779

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
cd $(dirname $0)/$(dirname $(readlink $0))
1010

1111
./test/firefox.sh $@
12-
# ./test/chromium.sh
12+
./test/chromium.sh $@

test/chromium.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ if [ "$1" == "--justrun" ]; then
2424
--user-data-dir="$PROFILE_DIRECTORY" \
2525
--load-extension=pkg/crx/
2626
else
27-
source makecrx.sh
27+
./makecrx.sh
2828
echo "running tests"
2929
CRX_NAME="`ls -tr pkg/*.crx | tail -1`"
3030
python2.7 test/chromium/script.py $CRX_NAME

0 commit comments

Comments
 (0)