octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #56082] [octave forge] (dicom) addpath warning


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #56082] [octave forge] (dicom) addpath warning in BIST tests on installed package
Date: Sat, 6 Apr 2019 23:36:04 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36

Follow-up Comment #2, bug #56082 (project octave):

Just testing the tst files after installing the package. Here is an example
loop that runs through them all and shows this warning


pkg load dicom
d = pkg ("prefix");
files = glob (fullfile (d, "dicom-0.2.2", "test", "*-tst"));
for i = 1:length (files)
  test (files{i});
endfor


Or the same from the shell


for f in /path/to/dicom-0.2.2/test/*-tst; do
  octave --eval "pkg load dicom; test $f"
done


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?56082>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]