EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit e11ad002 authored by Lubomir Dolezal's avatar Lubomir Dolezal
Browse files

testing test fail (modified runner env to fail)

parent 01519bf5
No related branches found
No related tags found
No related merge requests found
......@@ -13,4 +13,13 @@ while read product; do
done < "$product_list_file"
pytest #-s registrar_test.py --name $product_list_file
pytest
if [ $? -eq 0 ]
then
echo "Pytest succeded"
exit 0
else
echo "Pytest failed" >&2
exit 1
fi
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment