summaryrefslogtreecommitdiff
path: root/selftest/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'selftest/wscript')
-rw-r--r--selftest/wscript3
1 files changed, 0 insertions, 3 deletions
diff --git a/selftest/wscript b/selftest/wscript
index a57f7c17bcf..f2520c3293a 100644
--- a/selftest/wscript
+++ b/selftest/wscript
@@ -243,8 +243,5 @@ def cmd_test(opt):
# if running all tests, then force a symbol check
env = LOAD_ENVIRONMENT()
CHECK_MAKEFLAGS(env)
- if not Options.options.TESTS and not Options.options.TESTENV:
- Options.options.DUP_SYMBOLCHECK = True
-
Scripting.commands.append('build')
Scripting.commands.append('testonly')