Fixed test filename in Travis config

test_client -> test_rules.py in travis.yml
This commit is contained in:
chrisdoman 2017-01-30 10:23:31 -06:00
parent 403bbb85d1
commit e65d1dc642

View File

@ -7,4 +7,4 @@ before_script:
- chmod +x ./otx-suricata/test_rules.py
# command to run tests
script: python ./otx-suricata/test_client.py
script: python ./otx-suricata/test_rules.py