[bug #68112] Pager no longer working under Windows
Markus Mützel <[email protected]>
| Newsgroups | gmane.comp.gnu.octave.bugs |
|---|---|
| Message-ID | <[email protected]> |
Please use the bug tracker to post updates to a bug report. The mailing list is intended as a read-only notification stream. Info posted to this mailing list address won't appear in the tracker database where it is most useful.
Follow-up Comment #13, bug #68112 (group octave):
The tests for bug #68033 regressed for me with that change:
>>>>> processing
>>>>> D:\repo\Octave\octave-2\.build\libinterp\corefcn\toplev.cc-tst
***** test <*68033>
[status, output] = system (sprintf ('"%s" "--version" 1>%s 2>&1', ...
octave_exe_path, nul_device));
assert (status, 0);
assert (ischar (output));
assert (output, "");
!!!!! regression: https://octave.org/testfailure/?68033
ASSERT errors for: assert (status,0)
Location | Observed | Expected | Reason
() 1 0 Abs err 1 exceeds tol 0 by 1
shared variables
octave_exe_path = D:/repo/Octave/octave-2/.build/src\octave.exe
nul_device = nul
***** test <*68033>
[status, output] = system (sprintf ('"%s" "--version" 2>&1', ...
octave_exe_path));
assert (status, 0);
assert (ischar (output));
assert (! isempty (output));
!!!!! regression: https://octave.org/testfailure/?68033
ASSERT errors for: assert (status,0)
Location | Observed | Expected | Reason
() 1 0 Abs err 1 exceeds tol 0 by 1
shared variables
octave_exe_path = D:/repo/Octave/octave-2/.build/src\octave.exe
nul_device = nul
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?68112>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
signature.asc
(application/pgp-signature, 228 B)
-----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQQk97aszIMMAvLLwm6qLAuaBUf3TgUCac6/2AAKCRCqLAuaBUf3 TjXOAQCGEiFToe0I6HdLeKvTKmraURYTowtrEiVbn4NNpRPtxAEAgzr/JmpIm4xf o8SSTV9Pdu1fxvUGp/0rYg4JQnRg4w4= =UwiU -----END PGP SIGNATURE-----