summaryrefslogtreecommitdiff
path: root/selftest/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'selftest/wscript')
-rw-r--r--selftest/wscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/selftest/wscript b/selftest/wscript
index 6a6dcb5c644..0bb070c1811 100644
--- a/selftest/wscript
+++ b/selftest/wscript
@@ -323,5 +323,5 @@ def cmd_test(opt):
# if running all tests, then force a symbol check
env = LOAD_ENVIRONMENT()
CHECK_MAKEFLAGS(env)
- Scripting.commands.append('build')
- Scripting.commands.append('testonly')
+ Options.commands.append('build')
+ Options.commands.append('testonly')