clarify comment at if statement
This commit is contained in:
@@ -117,7 +117,7 @@ def build(project_dir, output_dir, test_command, test_requires, test_extras, bef
|
|||||||
sh -c {test_command}
|
sh -c {test_command}
|
||||||
popd
|
popd
|
||||||
)
|
)
|
||||||
# exit if tests failed
|
# exit if tests failed (needed for older bash versions)
|
||||||
if [ $? -ne 0 ]; then
|
if [ $? -ne 0 ]; then
|
||||||
exit 1;
|
exit 1;
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user