Lines Matching +full:base +full:- +full:db
3 # Copyright (C) 2019-2021 Red Hat, Inc.
19 . $srcdir/debuginfod-subr.sh
22 set -x
24 # This variable is essential and ensures no time-race for claiming ports occurs
25 # set base to a unique multiple of 100 not used in any other 'run-debuginfod-*' test
26 base=8600
29 DB=${PWD}/.debuginfod_tmp.sqlite
30 tempfiles $DB
34 $VERBOSE -F -p $PORT1 -t0 -g0 -d ${DB} F > vlog$PORT1 2>&1 &
43 rm -rf $DEBUGINFOD_CACHE_PATH # clean it from previous tests
45 …LD_LIBRARY_PATH=$ldpath ${abs_top_builddir}/debuginfod/debuginfod-find -vvv executable 0 > vlog1 2…
48 if [ $( grep -c 'duplicate url: http://127.0.0.1:'$PORT1'.*' vlog1 ) -ne 2 ]; then