Skip to content

Commit ad57800

Browse files
committed
Add utils/validate.sh to rules test
1 parent 1eca1df commit ad57800

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

test/travis.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ if [ "$RULESETS_CHANGED" ]; then
5454
if [ "$TEST" == "rules" ]; then
5555
echo >&2 "Performing comprehensive coverage test."
5656
docker_build
57-
docker run --rm -ti -v $(pwd):/opt httpse python utils/trivial-validate.py
5857
docker run --rm -ti -v $(pwd):/opt httpse python utils/ruleset_filenames_validate.py
58+
docker run --rm -ti -v $(pwd):/opt httpse bash -c "utils/validate.sh"
5959
docker run --rm -ti -v $(pwd):/opt httpse bash -c "test/rules.sh"
6060
fi
6161

utils/validate.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)