aboutgitcodebugslistschat
path: root/test/lib/setup
diff options
context:
space:
mode:
authorStefano Brivio <sbrivio@redhat.com>2021-10-05 19:57:53 +0200
committerStefano Brivio <sbrivio@redhat.com>2021-10-05 20:02:03 +0200
commit8ec5adc98900d6877ec97b24d13c49f90b306752 (patch)
tree7aa9114f7d1b60a5d5448a0238f3d453be9da7eb /test/lib/setup
parentd565082f84134cc22814bf959b8491e92353ab0b (diff)
downloadpasst-8ec5adc98900d6877ec97b24d13c49f90b306752.tar
passt-8ec5adc98900d6877ec97b24d13c49f90b306752.tar.gz
passt-8ec5adc98900d6877ec97b24d13c49f90b306752.tar.bz2
passt-8ec5adc98900d6877ec97b24d13c49f90b306752.tar.lz
passt-8ec5adc98900d6877ec97b24d13c49f90b306752.tar.xz
passt-8ec5adc98900d6877ec97b24d13c49f90b306752.tar.zst
passt-8ec5adc98900d6877ec97b24d13c49f90b306752.zip
test/lib/setup: Increase --max-stackframe in commented-out valgrind command
...so that I don't keep fighting with this for pasta clone() calls. Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
Diffstat (limited to 'test/lib/setup')
-rwxr-xr-xtest/lib/setup2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lib/setup b/test/lib/setup
index bb4de5f..a81e91f 100755
--- a/test/lib/setup
+++ b/test/lib/setup
@@ -138,7 +138,7 @@ setup_passt_in_ns() {
[ ${PCAP} -eq 1 ] && __opts="${__opts} -p /tmp/passt_in_pasta.pcap"
[ ${DEBUG} -eq 1 ] && __opts="${__opts} -d"
- #pane_run PASST "valgrind --max-stackframe=2097208 ./passt -f ${__opts} -t 10001,10011 -u 10001,10011"
+ #pane_run PASST "valgrind --max-stackframe=3000000 ./passt -f ${__opts} -t 10001,10011 -u 10001,10011"
pane_run PASST "./passt -f ${__opts} -t 10001,10011 -u 10001,10011"
sleep 1