Skip to content

Commit

Permalink
Fix debuginfod test timeout under -q
Browse files Browse the repository at this point in the history
  • Loading branch information
kazarmy committed May 4, 2024
1 parent a420733 commit 01a458d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/db/archos/linux-x64/debuginfod
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
NAME="Debugging Information in debuginfod"
FILE=
CMDS=<<EOF
& !debuginfod -vvv -F bins/elf/float_ex1/float_ex1_buildid bins/elf/float_ex1/float_ex1_split-dwarf.debug
!sh -c "debuginfod -vvv -F bins/elf/float_ex1/float_ex1_buildid bins/elf/float_ex1/float_ex1_split-dwarf.debug &"
sleep 10
e bin.dbginfo.debuginfod=true
e bin.dbginfo.debuginfod_urls=http://127.0.0.1:8002
Expand All @@ -10,6 +10,7 @@ aaa
iS
afl
pdf @ dbg.fn1
!kill `!netstat -lp~\:8002 | grep -Po \d+/debuginfod~:0 | grep -Po \d+`
qyn
EOF
EXPECT=<<EOF
Expand Down

0 comments on commit 01a458d

Please sign in to comment.