From: Douglas Bagnall Date: Wed, 8 Jun 2022 02:48:42 +0000 (+1200) Subject: tests: rename logging test source X-Git-Tag: tevent-0.13.0~385 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dfc9cf384de3c658c05e229b53a76dbde86e780b;p=thirdparty%2Fsamba.git tests: rename logging test source Signed-off-by: Douglas Bagnall Reviewed-by: Andrew Bartlett --- diff --git a/lib/util/tests/test_s4_logging.c b/lib/util/tests/test_logging.c similarity index 100% rename from lib/util/tests/test_s4_logging.c rename to lib/util/tests/test_logging.c diff --git a/lib/util/wscript_build b/lib/util/wscript_build index e21cf962271..5b5a3d23906 100644 --- a/lib/util/wscript_build +++ b/lib/util/wscript_build @@ -369,7 +369,7 @@ else: for_selftest=True) bld.SAMBA_BINARY('test_s4_logging', - source='tests/test_s4_logging.c', + source='tests/test_logging.c', deps=' '.join(['CMDLINE_S4', 'samba-util', 'popt']), @@ -377,7 +377,7 @@ else: for_selftest=True) bld.SAMBA_BINARY('test_s3_logging', - source='tests/test_s4_logging.c', + source='tests/test_logging.c', deps=' '.join(['CMDLINE_S3', 'samba-util', 'popt']),