[Devel] [PATCH vz10 6/7] selftests: net: mark test_ingress_egress_chaining.sh executable
Eva Kurchatova
eva.kurchatova at virtuozzo.com
Tue Sep 1 01:48:24 MSK 2026
The script is listed in TEST_PROGS but, alone among the tests in that
directory, is not executable. The runner copes: it falls back to the
interpreter named in the shebang, so the test does run, and the only
trace is a line in the log
# Warning: file test_ingress_egress_chaining.sh is not executable
Anything that runs the script itself, rather than through the runner,
needs the bit. Set it.
https://virtuozzo.atlassian.net/browse/VSTOR-139651
Feature: fix selftests
Signed-off-by: Eva Kurchatova <eva.kurchatova at virtuozzo.com>
---
tools/testing/selftests/net/test_ingress_egress_chaining.sh | 0
1 file changed, 0 insertions(+), 0 deletions(-)
mode change 100644 => 100755 tools/testing/selftests/net/test_ingress_egress_chaining.sh
diff --git a/tools/testing/selftests/net/test_ingress_egress_chaining.sh b/tools/testing/selftests/net/test_ingress_egress_chaining.sh
old mode 100644
new mode 100755
--
2.55.0
More information about the Devel
mailing list