selftest: Make process_model argument optional in check_or_start()
authorTim Beale <timbeale@catalyst.net.nz>
Thu, 31 Jan 2019 00:12:43 +0000 (13:12 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 1 Feb 2019 02:36:16 +0000 (03:36 +0100)
commit4603351544138f64e7c80ebda2eeb126bdd15d94
treed2dbb8f6da04116a85e3a88b4aece2a73ee3f8e9
parent3f8d83b75390bd6525a3eb8009854d3b854fd54d
selftest: Make process_model argument optional in check_or_start()

It's more realistic to *not* always specify a process-model, and rely on
the samba code to use the correct default. This patch changes selftest
so we only use the -M process-model option if a particular process_model
was specified. Otherwise the testenv will use whatever the default is.

Signed-off-by: Tim Beale <timbeale@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
selftest/target/Samba4.pm