Lines Matching +full:base +full:- +full:db
3 # Copyright (C) 2019-2021 Red Hat, Inc.
19 . $srcdir/debuginfod-subr.sh
22 set -x
27 DB=${PWD}/.debuginfod_tmp.sqlite
28 tempfiles $DB
31 # This variable is essential and ensures no time-race for claiming ports occurs
32 # set base to a unique multiple of 100 not used in any other 'run-debuginfod-*' test
33 base=9400
36 $VERBOSE -F -p $PORT1 -t0 -g0 -d ${DB} F > vlog$PORT1 2>&1 &
45 # Compile a simple program, strip its debuginfo and save the build-id.
52 gcc -Wl,--build-id -g -o prog ${PWD}/foobar///./../prog.c
53 testrun ${abs_top_builddir}/src/strip -g -f prog.debug ${PWD}/prog
59 kill -USR1 $PID1
64 cp ${DB} ${DB}.backup
65 tempfiles ${DB}.backup
73 # Test to ensure that the --include="^$" --exclude=".*" options remove all files from a database ba…
76 …$VERBOSE -p $PORT2 -t0 -g0 --regex-groom --include="^$" --exclude=".*" -d ${DB}.backup > vlog$PORT…