We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1eca1df commit ad57800Copy full SHA for ad57800
test/travis.sh
@@ -54,8 +54,8 @@ if [ "$RULESETS_CHANGED" ]; then
54
if [ "$TEST" == "rules" ]; then
55
echo >&2 "Performing comprehensive coverage test."
56
docker_build
57
- docker run --rm -ti -v $(pwd):/opt httpse python utils/trivial-validate.py
58
docker run --rm -ti -v $(pwd):/opt httpse python utils/ruleset_filenames_validate.py
+ docker run --rm -ti -v $(pwd):/opt httpse bash -c "utils/validate.sh"
59
docker run --rm -ti -v $(pwd):/opt httpse bash -c "test/rules.sh"
60
fi
61
utils/validate.sh
100644
100755
0 commit comments