socket_test.sh: Don't hard code debug image with gdb.

Change-Id: Idd6c175b9102c74621c027136ab4550821a23ecc
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
This commit is contained in:
Dave Wallace
2018-03-13 19:31:16 -04:00
committed by Damjan Marion
parent 833e76151f
commit 1c5ddbb22b

View File

@ -184,9 +184,6 @@ while getopts ":hitlbcd6fn:m:e:g:p:E:I:N:P:R:S:T:UBVX" opt; do
echo "ERROR: Option -g unknown argument \'$OPTARG\'" >&2
usage
fi
title_dbg="-DEBUG"
vpp_dir=$vpp_debug_dir
lib64_dir=$lib64_debug_dir
;;
p) if [ $OPTARG = "a" ] || [ $OPTARG = "all" ] ; then
perf_client=1