Skip to content

pass @INC to latexmlc invocation in tests - #1029

Merged
brucemiller merged 1 commit into
brucemiller:masterfrom
dginev:paranoid-daemon-tests
Aug 6, 2018
Merged

pass @INC to latexmlc invocation in tests#1029
brucemiller merged 1 commit into
brucemiller:masterfrom
dginev:paranoid-daemon-tests

Conversation

@dginev

@dginev dginev commented Aug 6, 2018

Copy link
Copy Markdown
Collaborator

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
Copy Markdown
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.

2 participants