diff --git a/tests/tests.yml b/tests/tests.yml index 105bef4..9b8b8dc 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -10,11 +10,8 @@ - python3-ply tests: - unittests: - dir: "source/python3" + dir: ./source/test run: >- - rm -rf ply* && - pushd test && ./cleanup.sh && python3 testlex.py && - python3 testyacc.py && - popd + python3 testyacc.py