diff options
author | Paul Vinciguerra <pvinci@vinciconsulting.com> | 2019-12-19 16:09:43 -0500 |
---|---|---|
committer | Neale Ranns <nranns@cisco.com> | 2019-12-20 04:09:09 +0000 |
commit | c701e5718201fbfb205998343da70c816c57795f (patch) | |
tree | ac63febf19925f5bc38b673dfc1f513d3076be23 /test/Makefile | |
parent | ff6cdcca2dc741bb3b0d3757e83ada523c7a4a45 (diff) |
tests: don't prompt to launch gdb for sanity test case
Type: test
Change-Id: I4c54121b76b341381a819cee928c3c2455a83503
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
Diffstat (limited to 'test/Makefile')
-rw-r--r-- | test/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile index ef0b27c9572..cbdcff1a2d5 100644 --- a/test/Makefile +++ b/test/Makefile @@ -241,8 +241,10 @@ shell: test-dep @echo "source $(VENV_PATH)/bin/activate;\ cd $(BUILD_TEST_SRC);\ export PYTHONPATH=$(BUILD_TEST_SRC);\ + export RND_SEED=$(RND_SEED);\ echo '***';\ echo PYTHONPATH=$(BUILD_TEST_SRC);\ + echo RND_SEED=$(RND_SEED);\ echo VPP_BUILD_DIR=$(VPP_BUILD_DIR);\ echo VPP_BIN=$(VPP_BIN);\ echo VPP_PLUGIN_PATH=$(VPP_PLUGIN_PATH);\ |