Fix unit tests to execute successfully
The unit tests were not started in the expected directory and basically wiping the source so there was nothing to run. Signed-off-by: Rob Crittenden <rcritten@redhat.com>
This commit is contained in:
parent
ce8f5b331e
commit
c92131b319
@ -10,11 +10,8 @@
|
|||||||
- python3-ply
|
- python3-ply
|
||||||
tests:
|
tests:
|
||||||
- unittests:
|
- unittests:
|
||||||
dir: "source/python3"
|
dir: ./source/test
|
||||||
run: >-
|
run: >-
|
||||||
rm -rf ply* &&
|
|
||||||
pushd test &&
|
|
||||||
./cleanup.sh &&
|
./cleanup.sh &&
|
||||||
python3 testlex.py &&
|
python3 testlex.py &&
|
||||||
python3 testyacc.py &&
|
python3 testyacc.py
|
||||||
popd
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user