diff options
author | Dave Wallace <dwallacelf@gmail.com> | 2018-03-13 19:31:16 -0400 |
---|---|---|
committer | Damjan Marion <dmarion.lists@gmail.com> | 2018-03-14 13:34:32 +0000 |
commit | 1c5ddbb22ba37e022a4cbf7c23d3cf6490d8ac6e (patch) | |
tree | 5a32aabd9797579f2edc53b0541c2d61622ff8a7 /test/scripts/socket_test.sh | |
parent | 833e76151fb8535a35781e227e6e69d657aa9300 (diff) |
socket_test.sh: Don't hard code debug image with gdb.
Change-Id: Idd6c175b9102c74621c027136ab4550821a23ecc
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
Diffstat (limited to 'test/scripts/socket_test.sh')
-rwxr-xr-x | test/scripts/socket_test.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/scripts/socket_test.sh b/test/scripts/socket_test.sh index aab1d6c1b4f..ca33eeefe03 100755 --- a/test/scripts/socket_test.sh +++ b/test/scripts/socket_test.sh @@ -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 |