Lines Matching refs:find

76 # find an unused port number
149 # cannot find it without debuginfod.
180 testrun ${abs_top_builddir}/debuginfod/debuginfod-find debuginfo 01234567 || true
182 echo "could not find cache in $DEBUGINFOD_CACHE_PATH"
192 testrun ${abs_top_builddir}/debuginfod/debuginfod-find debuginfo 01234567 || true
203 testrun ${abs_top_builddir}/debuginfod/debuginfod-find debuginfo 01234567 || true
211 # Test whether debuginfod-find is able to fetch those files.
213 filename=`testrun ${abs_top_builddir}/debuginfod/debuginfod-find debuginfo $BUILDID`
220 filename=`testrun ${abs_top_builddir}/debuginfod/debuginfod-find executable F/prog`
224 filename=`testrun ${abs_top_builddir}/debuginfod/debuginfod-find source $BUILDID ${PWD}/foobar///./../prog.c`
228 filename=`testrun ${abs_top_builddir}/debuginfod/debuginfod-find source $BUILDID ${PWD}/prog.c`
239 testrun env HOME=$PWD/tmphome XDG_CACHE_HOME= DEBUGINFOD_CACHE_PATH= ${abs_top_builddir}/debuginfod/debuginfod-find debuginfo $BUILDID
241 echo "could not find cache in $PWD/tmphome/.cache"
246 testrun env HOME=$PWD/tmphome XDG_CACHE_HOME= DEBUGINFOD_CACHE_PATH= ${abs_top_builddir}/debuginfod/debuginfod-find executable $BUILDID
248 echo "could not find cache in $PWD/tmphome/.cache"
253 testrun env HOME=$PWD/tmphome XDG_CACHE_HOME=$PWD/tmpxdg DEBUGINFOD_CACHE_PATH= ${abs_top_builddir}/debuginfod/debuginfod-find debuginfo $BUILDID
255 echo "could not find cache in $PWD/tmpxdg/"
266 filename=`testrun env HOME=$PWD/tmphome XDG_CACHE_HOME=$PWD/tmpxdg DEBUGINFOD_CACHE_PATH= ${abs_top_builddir}/debuginfod/debuginfod-find debuginfo deadbeef`
270 testrun env HOME=$PWD/tmphome XDG_CACHE_HOME=$PWD/tmpxdg DEBUGINFOD_CACHE_PATH=$PWD/tmpcache ${abs_top_builddir}/debuginfod/debuginfod-find debuginfo $BUILDID
272 echo "could not find cache in $PWD/tmpcache/"
295 filename=`testrun ${abs_top_builddir}/debuginfod/debuginfod-find -v debuginfo $BUILDID2 2>vlog`
301 filename=`testrun env DEBUGINFOD_PROGRESS=1 ${abs_top_builddir}/debuginfod/debuginfod-find executable $BUILDID2 2>vlog2`
306 filename=`testrun ${abs_top_builddir}/debuginfod/debuginfod-find source $BUILDID2 ${PWD}/prog2.c`
317 rpms=$(find R -name \*rpm | grep -v nothing | wc -l)
319 txz=$(find Z -name \*tar.xz | wc -l)
321 tb2=$(find Z -name \*tar.bz2 | wc -l)
331 newrpms=$(find ../R -name \*\.rpm | grep -v nothing)
340 sourcefiles=$(find -name \*\\.debug \
356 filename=`testrun ${abs_top_builddir}/debuginfod/debuginfod-find executable $__BUILDID`
364 filename=`testrun ${abs_top_builddir}/debuginfod/debuginfod-find executable $__BUILDID`
370 filename=`testrun ${abs_top_builddir}/debuginfod/debuginfod-find debuginfo $__BUILDID`
377 filename=`testrun ${abs_top_builddir}/debuginfod/debuginfod-find source $__BUILDID $__SOURCEPATH`
424 testrun ${abs_top_builddir}/debuginfod/debuginfod-find executable $RPM_BUILDID && false || true
426 testrun ${abs_top_builddir}/debuginfod/debuginfod-find executable $BUILDID2
464 # find another unused port
495 debs=$(find D -name \*.deb | wc -l)
497 ddebs=$(find D -name \*.ddeb | wc -l)
505 testrun ${abs_top_builddir}/debuginfod/debuginfod-find debuginfo $BUILDID
522 testrun ${abs_top_builddir}/debuginfod/debuginfod-find debuginfo $BUILDID && false || true
525 testrun ${abs_top_builddir}/debuginfod/debuginfod-find debuginfo $BUILDID
530 testrun ${abs_top_builddir}/debuginfod/debuginfod-find debuginfo $BUILDID && false || true
533 testrun ${abs_top_builddir}/debuginfod/debuginfod-find debuginfo $BUILDID
572 testrun ${abs_top_builddir}/debuginfod/debuginfod-find debuginfo $BUILDID
574 testrun ${abs_top_builddir}/debuginfod/debuginfod-find debuginfo $BUILDID
575 testrun ${abs_top_builddir}/debuginfod/debuginfod-find debuginfo $BUILDID
576 testrun ${abs_top_builddir}/debuginfod/debuginfod-find debuginfo $BUILDID
578 testrun ${abs_top_builddir}/debuginfod/debuginfod-find debuginfo $BUILDID
632 # find the target.
638 testrun ${abs_top_builddir}/debuginfod/debuginfod-find debuginfo $BUILDID2 && false || true
670 testrun ${abs_top_builddir}/debuginfod/debuginfod-find source aaaaaaaaaabbbbbbbbbbccccccccccdddddddddd /my/path/main.c && false || true
674 filename=`testrun ${abs_top_builddir}/debuginfod/debuginfod-find source aaaaaaaaaabbbbbbbbbbccccccccccdddddddddd /my/path/main.c`