[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #49391] test_ncarray fails
From: |
John Donoghue |
Subject: |
[Octave-bug-tracker] [bug #49391] test_ncarray fails |
Date: |
Mon, 21 Nov 2016 18:04:24 +0000 (UTC) |
User-agent: |
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586 |
Follow-up Comment #7, bug #49391 (project octave):
gunzip is in the path however there is an issue with octave seeing non
extensioned bash script files
I can get around that by making a .bat wrapper around the command.
Next issue from comment #5 is the fname in cached_decompress being path with
the file part containing ':' and '\'.
If I change cached_decompress.m after line 56 to include this:
if ispc()
fname = strrep(fname,'\','_SLASH_');
fname = strrep(fname,':','_COLON_');
endif
I then get the All tests passed.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?49391>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [Octave-bug-tracker] [bug #49391] test_ncarray fails, Alexander Barth, 2016/11/08
- [Octave-bug-tracker] [bug #49391] test_ncarray fails, John Donoghue, 2016/11/08
- [Octave-bug-tracker] [bug #49391] test_ncarray fails, John Donoghue, 2016/11/08
- [Octave-bug-tracker] [bug #49391] test_ncarray fails, John Donoghue, 2016/11/09
- [Octave-bug-tracker] [bug #49391] test_ncarray fails, Alexander Barth, 2016/11/21
- [Octave-bug-tracker] [bug #49391] test_ncarray fails,
John Donoghue <=
- [Octave-bug-tracker] [bug #49391] test_ncarray fails, John Donoghue, 2016/11/21
- [Octave-bug-tracker] [bug #49391] test_ncarray fails, John Donoghue, 2016/11/22
- [Octave-bug-tracker] [bug #49391] test_ncarray fails, Alexander Barth, 2016/11/29
- [Octave-bug-tracker] [bug #49391] test_ncarray fails, Mike Miller, 2016/11/29