summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2024-04-21 21:22:13 +0200
committerChristian Breunig <christian@breunig.cc>2024-04-21 21:24:19 +0200
commit0cb4294fdfe5ae0e0e8fd06436f38b67f16413a2 (patch)
treebfc84cadc4d88c32c74a3db24763aeee0535492d /src
parent6331040d560641921f44517298271e301ce52646 (diff)
downloadvyos-1x-0cb4294fdfe5ae0e0e8fd06436f38b67f16413a2.tar.gz
vyos-1x-0cb4294fdfe5ae0e0e8fd06436f38b67f16413a2.zip
smoketest: support dynamic enable of smoketest debugging
$ touch /tmp/vyos.smoketest.debug will enable dynamic debugging of the smoketests - showing the appropriate CLI commands on stdout
Diffstat (limited to 'src')
-rwxr-xr-xsrc/init/vyos-router1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/init/vyos-router b/src/init/vyos-router
index 06fea140d..15e37df07 100755
--- a/src/init/vyos-router
+++ b/src/init/vyos-router
@@ -451,6 +451,7 @@ start ()
touch /tmp/vyos.ifconfig.debug
touch /tmp/vyos.frr.debug
touch /tmp/vyos.container.debug
+ touch /tmp/vyos.smoketest.debug
fi
log_action_begin_msg "Mounting VyOS Config"