mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-02 02:29:58 +00:00
Test looping curl tests
This commit is contained in:
parent
8e0ff9818c
commit
17a5fb70f6
1 changed files with 1 additions and 1 deletions
|
@ -263,7 +263,7 @@ IFS=$'\n'
|
|||
file=${TRAVIS_BUILD_DIR}/_generator_lists/bad-user-agents.list
|
||||
lines=`cat $file`
|
||||
for line in $lines; do
|
||||
echo "$line"
|
||||
curl -v -A "$line" http://localhost:9000 2>&1
|
||||
done
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue