Skip to content
Snippets Groups Projects
Commit 331d1ebc authored by Holger Levsen's avatar Holger Levsen
Browse files

diffoscope distro test: dont fail the job if Debian is behind PyPi

parent 902a685a
No related branches found
No related tags found
No related merge requests found
......@@ -37,9 +37,7 @@ check_pypi() {
else
echo "diffoscope in Debian: $DIFFOSCOPE_IN_DEBIAN"
echo "diffoscope in PyPI: $DIFFOSCOPE_IN_PYPI"
echo
echo "Failure is the default action…"
exit 1
send_irc_warning "It seems diffoscope $DIFFOSCOPE_IN_PYPI is not available on Debian, which only has $DIFFOSCOPE_IN_DEBIAN."
fi
}
......
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