Skip to content
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

pass @INC to latexmlc invocation in tests #1029

Merged
merged 1 commit into from Aug 6, 2018

Conversation

dginev
Copy link
Collaborator

@dginev dginev commented Aug 6, 2018

Ideally this helps with CPANTesters, should be just redundant information for a regular Perl installation.

One key question is whether a call to perl will use the correct version of Perl on CPANTesters. If this fails, there seem to be alternatives that can be tried without a system call, such as:

{
    local @ARGV = qw<param1 param2 param3>;
    do "$latexmlc";
}

but that would need a slightly larger rewrite of the Test.pm setup

@brucemiller brucemiller merged commit c03ae88 into brucemiller:master Aug 6, 2018
@brucemiller
Copy link
Owner

Sounds good, let's give it a try

@dginev dginev deleted the paranoid-daemon-tests branch April 15, 2019 20:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants