apjanke / octave-testify

New BIST (Built-In Self Test) functions for GNU Octave
GNU General Public License v3.0
4 stars 2 forks source link

forge tester: `hostname` command not found when running under flatpak #25

Closed apjanke closed 5 years ago

apjanke commented 5 years ago

hostname doesn't work when run from a Flatpak-installed Octave.

WTF?

octave:3> testify.install_and_test_all_forge_pkgs
Log file: /tmp/octave-testify-ForgePkgTester/octave-testify-ForgePkgTester-2019-03-16_18-23-23/test_all_forge_pkgs.log

sh: hostname: command not found
[...]
octave:1> [status, output] = system('hostname')
sh: hostname: command not found
status =  127
output =