diff options
Diffstat (limited to 'test/test_quic.py')
-rw-r--r-- | test/test_quic.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_quic.py b/test/test_quic.py index 1257f4e2b0a..ea367c0ba14 100644 --- a/test/test_quic.py +++ b/test/test_quic.py @@ -19,7 +19,7 @@ class QUICAppWorker(Worker): testcase, env=None, *args, **kwargs): if env is None: env = {} - app = "%s/vpp/bin/%s" % (build_dir, appname) + app = "%s/bin/%s" % (build_dir, appname) self.args = [app] + executable_args self.role = role self.wait_for_gdb = 'wait-for-gdb' |