mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
ctdb-tests: Drop setting of test state directory for testonly target
This is the default and deciding this should be left to run_tests.sh. Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com>
This commit is contained in:
parent
fc16b8dbc6
commit
e8dc125ed2
@ -1116,7 +1116,7 @@ def build(bld):
|
||||
|
||||
|
||||
def testonly(ctx):
|
||||
cmd = 'tests/run_tests.sh -V tests/var'
|
||||
cmd = 'tests/run_tests.sh'
|
||||
ret = samba_utils.RUN_COMMAND(cmd)
|
||||
if ret != 0:
|
||||
print('tests exited with exit status %d' % ret)
|
||||
|
Loading…
Reference in New Issue
Block a user