tests/Regression/elfutils-debuginfod-client-not-being-called: Debuginfod client cache location change
Reflect elfutils upstream commit e939590219 (PR25502) changing the location of the client cache. Without this update the first run of the testcase works, but not the subsequent runs.
This commit is contained in:
parent
3138353e0e
commit
96a7f16670
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
set -xe
|
set -xe
|
||||||
|
|
||||||
rm -rf ~/.debuginfod_client_cache ~/.systemtap ||:
|
rm -rf ~/.cache/debuginfod_client ~/.systemtap ||:
|
||||||
|
|
||||||
debuginfod -p 8008 -d $(mktemp) -vvvvv >& debuginfod.log &
|
debuginfod -p 8008 -d $(mktemp) -vvvvv >& debuginfod.log &
|
||||||
PID=$!
|
PID=$!
|
||||||
|
Loading…
Reference in New Issue
Block a user