From b756fc34083cec2b81651763e1ac7508f01d7013 Mon Sep 17 00:00:00 2001 From: Everett Hildenbrandt Date: Thu, 31 May 2018 23:17:18 -0600 Subject: Makefile, .travis.yml: test sanitation of VMTests via python file - disallow the sol and md files in src/VMTestsFiller - only handling VMTests currently, because of massive formatting changes needed --- .travis.yml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 7b8ce0189..8f03627c2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,12 +9,5 @@ sudo: false install: "pip install pyyaml jsonschema pysha3" script: -# check valid JSON/well formatted -- python3 test.py format ; - git diff --quiet &>/dev/null ; - -# check test schemas - python3 test.py validate ./src/VMTestsFiller ./src/GeneralStateTestsFiller ./src/BlockchainTestsFiller ./VMTests ./GeneralStateTests ./BlockchainTests ; - -# check test filled - python3 test.py checkFilled ./BlockhcainTests ./GeneralStateTests ./TransactionTests ./VMTests +# sanitation checks against testsets +- make sani -- cgit v1.2.3