]> git.ipfire.org Git - thirdparty/valgrind.git/commit
gsl19test does not work properly when /bin/sh is /bin/dash
authorFlorian Krohm <flo2030@eich-krohm.de>
Thu, 31 Oct 2024 23:31:27 +0000 (00:31 +0100)
committerMark Wielaard <mark@klomp.org>
Thu, 31 Oct 2024 23:31:27 +0000 (00:31 +0100)
commit849dca0b4bef48e1f3640751b24d9e3e7f2d4aaf
treee243dd57e3046cdc0656e52c6c6c3abf1c9d46ee
parent22971a15d62df6351ab97ea064eebd9bdcb4cf37
gsl19test does not work properly when /bin/sh is /bin/dash

There were 2 issues:

1) The output redirect operators seem to be bash specific. All output
   went to the terminal.....

2) When invoking valgrind the 'eval' needs to precede
  GSL_TEST_VERBOSE=1. Otherwise that environment variable is not seen
  by valgrind.

Two tweaks:

1) Determine the number of available processors and use that in make
   -j when building gsl-1.9

2) Replace -v with -q in the valgrind invocation. The file out-V is
   already quite large (approx 600 MB). It would be enormous with -v.

https://bugs.kde.org/show_bug.cgi?id=494960
NEWS
auxprogs/gsl19test