Configure the python interpreter based on OS / fixes for #93

This commit is contained in:
ubuntu 2018-08-21 15:13:57 +03:00 committed by VladimirNovgorodov
parent 23f0f28d39
commit b7ed250ef2
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ clean:
test:
for i in "validator" "explorer" "moc" "bootnode" "netstat"; do \
echo "Verifying $$i..\n"; \
vagrant up $$i; \
vagrant up $$i || exit 1; \
vagrant destroy --force $$i; \
echo "Done $$i verification\n"; \
done