1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-11 16:58:40 +03:00

script/autobuild.py: nonshared-test works now

I guess the problem was related to wrapper libraries...

BUG: https://bugzilla.samba.org/show_bug.cgi?id=15545

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Björn Jacke <bjacke@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
This commit is contained in:
Stefan Metzmacher 2023-12-29 15:27:38 +00:00
parent a80614fe30
commit 3ae5afa6ad

View File

@ -996,11 +996,10 @@ tasks = {
("nonshared-distclean", "make distclean"),
("nonshared-configure", "./configure.developer " + samba_configure_params + " --bundled-libraries=ALL --with-static-modules=ALL --nonshared-binary=smbtorture,smbd/smbd"),
("nonshared-make", "make -j"),
# TODO ("nonshared-test", make_test(TESTS="samba3.smb2.create.*nt4_dc")),
# TODO ("nonshared-lcov", LCOV_CMD),
("check-clean-tree", CLEAN_SOURCE_TREE_CMD),
("clean", "make clean"),
("nonshared-test", make_test(TESTS="samba3.smb2.create.*nt4_dc")),
("nonshared-lcov", LCOV_CMD),
("nonshared-check-clean-tree", CLEAN_SOURCE_TREE_CMD),
("nonshared-clean", "make clean"),
],
},