We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b49a1dd commit 314d246Copy full SHA for 314d246
1 file changed
tests/run.sh
@@ -61,7 +61,8 @@ then
61
cp "$meltingPotLocal" "$meltingPotScript"
62
else
63
curl -fsL "$meltingPotURL" > "$meltingPotScript"
64
-fi &&
+fi ||
65
+ die "Failed to obtain melting pot script!"
66
67
# Prevent tee from eating the melting-pot error code.
68
# See: https://stackoverflow.com/a/6872163/1207769
0 commit comments