diff options
author | Christian Breunig <christian@breunig.cc> | 2024-04-21 21:22:13 +0200 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2024-05-26 08:32:18 +0200 |
commit | c15ee875a6ed6d2f053ad0dd6d576b93a6ea858f (patch) | |
tree | 07e37d04a8e3434d7fa689e7018e8f5c54f8868b /src | |
parent | 9301c507f91ea40fc0d4d86cf708a7ba6d3b0bb9 (diff) | |
download | vyos-1x-c15ee875a6ed6d2f053ad0dd6d576b93a6ea858f.tar.gz vyos-1x-c15ee875a6ed6d2f053ad0dd6d576b93a6ea858f.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
(cherry picked from commit 0cb4294fdfe5ae0e0e8fd06436f38b67f16413a2)
Diffstat (limited to 'src')
-rwxr-xr-x | src/init/vyos-router | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/init/vyos-router b/src/init/vyos-router index c2cb9169f..2d069978a 100755 --- a/src/init/vyos-router +++ b/src/init/vyos-router @@ -388,6 +388,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" |