Opened 7 years ago
Closed 7 years ago
#533 closed task (fixed)
`make check` (repo_test.sh) fails with plplot 5.11
Reported by: | Jari Häkkinen | Owned by: | Jari Häkkinen |
---|---|---|---|
Priority: | major | Milestone: | svndigest 0.10.3 |
Component: | test | Version: | trunk |
Keywords: | Cc: |
Description
The reason for this is that plplot issues a warning to stderr
*** PLPLOT WARNING *** All pages after the first skipped because family file output not specified.
The statement is correct since we do not want family file output. Explicitly turning of familying does not remove the warning message. A consequence of turning on familying is that all generated graphics files will have changed names.
Change History (5)
comment:1 Changed 7 years ago by
comment:2 Changed 7 years ago by
plplot released 5.11.1 yesterday that fixes the problem with the spurious warning message. I cannot pinpoint to what caused the message but it is gone.
Should we simply ignore this issue and maybe add an note somewhere as a known issue?
comment:4 Changed 7 years ago by
comment:5 Changed 7 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
We'll ignore the failed test for plplot 5.11.0.
Note: See
TracTickets for help on using
tickets.
So we need to ignore that warning.
replace line
with something like