Merge "Show idempotency check output"
This commit is contained in:
3
tox.ini
3
tox.ini
@@ -183,7 +183,8 @@ commands =
|
||||
-e "install_test_packages=True" \
|
||||
--skip-tag V-38462 \
|
||||
{toxinidir}/tests/test.yml \
|
||||
| grep -q "changed=0.*failed=0" \
|
||||
| tee /tmp/idempotence_test_output.txt'
|
||||
bash -c 'grep -q "changed=0.*failed=0" /tmp/idempotence_test_output.txt \
|
||||
&& (echo "Idempotence test: pass" && exit 0) \
|
||||
|| (echo "Idempotence test: fail" && exit 1)'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user