Skip to content

Commit

Permalink
Tests
Browse files Browse the repository at this point in the history
- addresses parts of #754
- fix copy paste error (wrong filenames)
  • Loading branch information
tschmidtb51 committed Jul 31, 2024
1 parent b39cd0b commit 6e41a7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csaf_2.0/test/validator/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ CVSS_31_STRICT_SCHEMA=csaf_2.0/referenced_schema/first/cvss-v3.1_strict.json
VALIDATOR=csaf_2.0/test/validator.py
STRICT_GENERATOR=csaf_2.0/test/generate_strict_schema.py
TESTPATH=csaf_2.0/test/validator/data/$1/*.json
EXCLUDE='oasis_csaf_tc-csaf_2_1-2024-6-1-08-01.json|oasis_csaf_tc-csaf_2_1-2024-6-1-08-02.json|oasis_csaf_tc-csaf_2_1-2024-6-1-08-03.json'
EXCLUDE='oasis_csaf_tc-csaf_2_0-2021-6-1-08-01.json|oasis_csaf_tc-csaf_2_0-2021-6-1-08-02.json|oasis_csaf_tc-csaf_2_0-2021-6-1-08-03.json'
EXCLUDE_STRICT=oasis_csaf_tc-csaf_2_0-2021-6-2-20-01.json

FAIL=0
Expand Down

0 comments on commit 6e41a7a

Please sign in to comment.