aboutsummaryrefslogtreecommitdiff
path: root/scripts/randomtest.loop
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2026-04-29 15:55:44 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2026-04-29 15:55:44 +0200
commitfb10ad3b5cee445418f9422709fd8d2abac23a61 (patch)
treee606ab43acd52bd16cf1d8e6c2dccefb7c246fe0 /scripts/randomtest.loop
parentc8eb8614068a662271a5187d4876df1d8439a0ae (diff)
downloadbusybox-w32-fb10ad3b5cee445418f9422709fd8d2abac23a61.tar.gz
busybox-w32-fb10ad3b5cee445418f9422709fd8d2abac23a61.tar.bz2
busybox-w32-fb10ad3b5cee445418f9422709fd8d2abac23a61.zip
start-stop-daemon.tests: fix false positive if longopts are not enabled
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'scripts/randomtest.loop')
-rwxr-xr-xscripts/randomtest.loop5
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/randomtest.loop b/scripts/randomtest.loop
index c6d2cdcda..d7a6a49ae 100755
--- a/scripts/randomtest.loop
+++ b/scripts/randomtest.loop
@@ -2,6 +2,11 @@
2 2
3run_testsuite=false 3run_testsuite=false
4run_testsuite=true 4run_testsuite=true
5# See testsuite/README:
6export SKIP_KNOWN_BUGS=1
7#export SKIP_INTERNET_TESTS=1
8# See testsuite/mount.tests:
9export SKIP_MOUNT_MAND_TESTS=1
5 10
6run_single_test=false 11run_single_test=false
7run_single_test=true 12run_single_test=true