]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
tests: Use -N for run-readelf-self.sh.
authorMark Wielaard <mark@klomp.org>
Sat, 17 Jun 2023 19:57:59 +0000 (21:57 +0200)
committerMark Wielaard <mark@klomp.org>
Sat, 17 Jun 2023 19:57:59 +0000 (21:57 +0200)
The test doesn't really need to resolve all addresses
and -N is really slow.

* tests/run-readelf-self.sh: Add -N.

Signed-off-by: Mark Wielaard <mark@klomp.org>
tests/run-readelf-self.sh

index f5984597e7fb3fcd1d18b0b972ade4b3beb751e7..de528d5eadd8fc6f4759b8cd59fa82acdbfb484a 100755 (executable)
@@ -23,4 +23,4 @@ if test -n "$ELFUTILS_MEMORY_SANITIZER"; then
 fi
 
 # Just makes sure readelf doesn't crash
-testrun_on_self_quiet ${abs_top_builddir}/src/readelf -a -w
+testrun_on_self_quiet ${abs_top_builddir}/src/readelf -N -a -w