diff options
| author | Denys Vlasenko <vda.linux@googlemail.com> | 2026-04-29 15:55:44 +0200 |
|---|---|---|
| committer | Denys Vlasenko <vda.linux@googlemail.com> | 2026-04-29 15:55:44 +0200 |
| commit | fb10ad3b5cee445418f9422709fd8d2abac23a61 (patch) | |
| tree | e606ab43acd52bd16cf1d8e6c2dccefb7c246fe0 /scripts/randomtest.loop | |
| parent | c8eb8614068a662271a5187d4876df1d8439a0ae (diff) | |
| download | busybox-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-x | scripts/randomtest.loop | 5 |
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 | ||
| 3 | run_testsuite=false | 3 | run_testsuite=false |
| 4 | run_testsuite=true | 4 | run_testsuite=true |
| 5 | # See testsuite/README: | ||
| 6 | export SKIP_KNOWN_BUGS=1 | ||
| 7 | #export SKIP_INTERNET_TESTS=1 | ||
| 8 | # See testsuite/mount.tests: | ||
| 9 | export SKIP_MOUNT_MAND_TESTS=1 | ||
| 5 | 10 | ||
| 6 | run_single_test=false | 11 | run_single_test=false |
| 7 | run_single_test=true | 12 | run_single_test=true |
