A merge conflict moved the running of test 028 before
running `make check`. Run test 028-cgclear-basic_cgclear.py
last because it is destructive to the cgroup hierarchy.
Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
- name: Run functional tests
run: |
pushd tests/ftests
- ./028-cgclear-basic_cgclear.py --no-container -l 10 -L ftests-28.log
make check
+ ./028-cgclear-basic_cgclear.py --no-container -l 10 -L ftests-28.log
popd
- name: Display test logs
if: ${{ always() }}
- name: Run functional tests
run: |
pushd tests/ftests
- ./028-cgclear-basic_cgclear.py --no-container -l 10 -L ftests-28.log
make check
+ ./028-cgclear-basic_cgclear.py --no-container -l 10 -L ftests-28.log
popd
- name: Display test logs
if: ${{ always() }}