Lines Matching full:find
46 # cannot find it without debuginfod.
64 rpms=$(find R -name \*rpm | grep -v nothing | wc -l)
72 # Make a simple request to the debuginfod server and check debuginfod-find's vlog to see if
75 …S="http://127.0.0.1:"$PORT1 LD_LIBRARY_PATH=$ldpath ${abs_top_builddir}/debuginfod/debuginfod-find\
76 -vvv executable F/prog > vlog-find$PORT1.1 2>&1
77 tempfiles vlog-find$PORT1.1
78 errfiles vlog-find$PORT1.1
79 cat vlog-find$PORT1.1
80 grep 'Headers:' vlog-find$PORT1.1
81 grep -i 'X-DEBUGINFOD-FILE: prog' vlog-find$PORT1.1
82 grep -i 'X-DEBUGINFOD-SIZE: ' vlog-find$PORT1.1
85 …S="http://127.0.0.1:"$PORT1 LD_LIBRARY_PATH=$ldpath ${abs_top_builddir}/debuginfod/debuginfod-find\
86 -vvv executable c36708a78618d597dee15d0dc989f093ca5f9120 > vlog-find$PORT1.2 2>&1
87 tempfiles vlog-find$PORT1.2
88 errfiles vlog-find$PORT1.2
89 cat vlog-find$PORT1.2
90 grep 'Headers:' vlog-find$PORT1.2
91 grep -i 'X-DEBUGINFOD-FILE: ' vlog-find$PORT1.2
92 grep -i 'X-DEBUGINFOD-SIZE: ' vlog-find$PORT1.2
93 grep -i 'X-DEBUGINFOD-ARCHIVE: ' vlog-find$PORT1.2
96 for file in vlog-find$PORT1.1 vlog-find$PORT1.2
114 # Wait a bit until the netcat port is in use. Otherwise debuginfod-find can query
118 touch vlog-find$PORT2
119 errfiles vlog-find$PORT2
120 tempfiles vlog-find$PORT2
123 …S="http://127.0.0.1:"$PORT2 LD_LIBRARY_PATH=$ldpath ${abs_top_builddir}/debuginfod/debuginfod-find\
124 … -vvv executable $BUILDID > vlog-find$PORT2 2>&1 || true # permit curl rejection of the bad headers
125 cat vlog-find$PORT2 # won't have any valid x-debuginfod* headers