aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorEverett Hildenbrandt <hildenb2@illinois.edu>2018-06-01 13:17:18 +0800
committerEverett Hildenbrandt <hildenb2@illinois.edu>2018-06-02 03:21:25 +0800
commitb756fc34083cec2b81651763e1ac7508f01d7013 (patch)
treea6c13e8000827e157d89847f689ecf9638fa7564 /.travis.yml
parent51e6499aa198cdb5476de083084d5affec408c26 (diff)
downloaddexon-tests-b756fc34083cec2b81651763e1ac7508f01d7013.tar.gz
dexon-tests-b756fc34083cec2b81651763e1ac7508f01d7013.tar.zst
dexon-tests-b756fc34083cec2b81651763e1ac7508f01d7013.zip
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
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml11
1 files changed, 2 insertions, 9 deletions
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