Skip to content

Commit b8baef0

Browse files
committed
Moving test-ruleset-coverage.sh to test/rules.sh and switching running it from firefox.sh to test.sh
1 parent f56bb54 commit b8baef0

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

test.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@
88

99
cd $(dirname $0)/$(dirname $(readlink $0))
1010

11+
./test/rules.sh
1112
./test/firefox.sh $@
12-
./test/chromium.sh $@
13+
./test/chromium.sh $@

test/firefox.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ fi
6565

6666
popd
6767

68-
bash test-ruleset-coverage.sh
6968
# Echo the version of sqlite3, since the determinism of the build depends on
7069
# having the same version.
7170
echo "To reproduce this build (https://wiki.debian.org/ReproducibleBuilds)," \
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# coverage, according to the ruleset checker.
55
#
66

7-
cd $(dirname $0)
7+
cd $(dirname $0)/$(dirname $(readlink $0))../
88

99
source utils/mktemp.sh
1010

utils/mktemp.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)