Skip to content
Snippets Groups Projects
Commit a89091f1 authored by Pierre LALET's avatar Pierre LALET
Browse files

Travis-CI: enable automaton tests

parent 269bdaed
No related branches found
No related tags found
No related merge requests found
...@@ -10,4 +10,4 @@ python: ...@@ -10,4 +10,4 @@ python:
install: install:
- pip install pycrypto - pip install pycrypto
script: cd test/; for f in *.uts; do ./run_tests -q -F -t $f -K netaccess -K automaton || exit $?; done; for f in ../scapy/contrib/*.uts ; do ./run_tests -q -F -t $f -K netaccess -K automaton -P "load_contrib('$(basename ${f/.uts})')" || exit $?; done script: cd test/; for f in *.uts; do ./run_tests -q -F -t $f -K netaccess || exit $?; done; for f in ../scapy/contrib/*.uts ; do ./run_tests -q -F -t $f -K netaccess -P "load_contrib('$(basename ${f/.uts})')" || exit $?; done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment