-
-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
install errors are not errors #23
Comments
Thanks for the report! Now |
@yihui Is there a reason why you're not checking the exit codes for things as they run? That will catch a wider set of problems. Here's a primitive Ubuntu instance that doesn't have
|
yihui
added a commit
that referenced
this issue
Mar 8, 2018
Just added the check. Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was trying to build a documentation-building Docker container using tinytex. I was (obviously) missing lots of pre-requisites, but those problems did not result in a non-zero exit status.
In a Ubuntu trusty (14.04) Docker container that contains git, curl, R (no wget), I ran the following:
The exit status from the R
install_tinytex
command was0
, which let my build appear successful.The full output showing
install_tinytex
failing:I have subsequently installed
wget
and see the installation succeed; this issue is more about the fact that the install was unsuccessful but did not reflect that problem.The text was updated successfully, but these errors were encountered: