travis; skip juliet check it fails very often

This commit is contained in:
Daniel Marjamäki 2021-06-12 19:36:36 +02:00
parent 7dbca470f7
commit 071309d4a1
1 changed files with 6 additions and 6 deletions

View File

@ -109,12 +109,12 @@ matrix:
#- python3 test/bug-hunting/cve.py
#- git clone https://github.com/regehr/itc-benchmarks.git ~/itc
#- python3 test/bug-hunting/itc.py
- mkdir ~/juliet
- curl https://samate.nist.gov/SARD/testsuites/juliet/Juliet_Test_Suite_v1.3_for_C_Cpp.zip -o ~/juliet/juliet.zip
- cd ~/juliet
- unzip -qq ~/juliet/juliet.zip
- cd -
- python3 test/bug-hunting/juliet.py
#- mkdir ~/juliet
#- curl https://samate.nist.gov/SARD/testsuites/juliet/Juliet_Test_Suite_v1.3_for_C_Cpp.zip -o ~/juliet/juliet.zip
#- cd ~/juliet
#- unzip -qq ~/juliet/juliet.zip
#- cd -
#- python3 test/bug-hunting/juliet.py
script:
# fail the entire job as soon as one of the subcommands exits non-zero to save time and resources