Skip to content
Snippets Groups Projects
Commit af16893a authored by Zach Brown's avatar Zach Brown
Browse files

- be sure to run the tests with 0 debugging

parent 8821dcb1
No related branches found
No related tags found
No related merge requests found
......@@ -421,7 +421,7 @@ echo_filter_config() {
fi
if [ $index = 0 ]; then
if ! lmc -m $config --add net \
if ! lmc -m $config --add net \
--node localhost --nid localhost --nettype tcp; then
echo "error adding localhost net node"
return 1
......@@ -450,6 +450,10 @@ echo_filter_prepare() {
return 1;
fi
running_config="$config"
echo 0 > /proc/sys/portals/debug
echo 0 > /proc/sys/portals/subsystem_debug
if ! grep -q '^obdecho\>' /proc/modules; then
local m
if ! modprobe obdecho; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment