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

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

[Octave-bug-tracker] [bug #62681] pkg test: Tests outside of the specifi


From: alexvong1995 AT protonmail * com
Subject: [Octave-bug-tracker] [bug #62681] pkg test: Tests outside of the specified package are being run
Date: Wed, 6 Jul 2022 11:56:12 -0400 (EDT)

Follow-up Comment #11, bug #62681 (project octave):

> After doing that you can run one-off commands like:
> 
> docker run -it --rm gnuoctave/octave:7.1.0 octave-cli --eval
"canonicalize_file_name ('/usr/share/octave/packages')"
> Entered start.sh with args: octave-cli --eval canonicalize_file_name
('/usr/share/octave/packages')
> Executing the command: octave-cli --eval canonicalize_file_name
('/usr/share/octave/packages')
> ans = 
> 
> That is, `ans` is empty.  Same for the other command.
> 
For some reason, running


docker exec oc octave-cli --eval "canonicalize_file_name
('/usr/share/octave/packages')"; 
docker exec oc octave-cli --eval "canonicalize_file_name
('/usr/lib/octave/packages')"; 


in CI seems to give a different result!


ans = /usr/share/octave/packages
error: ignoring const execution_exception& while preparing to exit
ans = 
error: ignoring const execution_exception& while preparing to exit




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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