fixup fail if test data missing

This commit is contained in:
Tomas Orsava 2020-04-30 14:28:15 +02:00
parent 2e1d47efaa
commit b78335bda5
1 changed files with 2 additions and 0 deletions

View File

@ -106,6 +106,8 @@ def check_and_install_test_data():
# If this is the first package we're downloading,
# display what's happening
if not downloaded_anything:
sys.exit("Test data missing")
print("=====================")
print("Downloading test data")
print("=====================\n")