summaryrefslogtreecommitdiff
path: root/selftest/wscript
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2014-10-12 17:48:10 -0700
committerAndrew Bartlett <abartlet@samba.org>2014-10-14 06:44:07 +0200
commitc7b6897b80e724023c3b092d086ab574bff564e1 (patch)
tree3e84de488ee64f683a4c30b21f2197572d4b10c0 /selftest/wscript
parentd9458aa2d9be1ddd7c6d6edd993e12973195e307 (diff)
downloadsamba-c7b6897b80e724023c3b092d086ab574bff564e1.tar.gz
Run duplicate symbol check as just another test, rather than as part of "waf test".
This allows it to be scheduled independently as part of a parallel test run, and reduces the overhead of "waf test". Change-Id: I780fd2c4dd711ed27df73f56de98e7f1ffd53aaf Signed-Off-By: Jelmer Vernooij <jelmer@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Bug: https://bugzilla.samba.org/show_bug.cgi?id=10875
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')