summaryrefslogtreecommitdiff
path: root/source3/script
AgeCommit message (Expand)AuthorFilesLines
2008-05-06selftest: Use TESTS env var to specify tests to run like Samba4 does.Kai Blin2-4/+4
2008-04-23Use wbinfo --online-status in make test rather than --sequenceGerald W. Carter1-3/+3
2008-04-13registry: remove the REGISTRY_HOOKS layer from the reghook cache.Michael Adam1-1/+1
2008-04-11test: not only pretend to call smbconftort - really do it :-}Michael Adam1-1/+1
2008-04-11some shells are pickier than others ...Björn Jacke1-1/+1
2008-04-10test: run smbconftort testsuite from the local_s3 testsMichael Adam1-0/+3
2008-04-08selftest: run the BASE-DELAYWRITE test 4 times faster in make testStefan Metzmacher2-0/+2
2008-04-07selftest: samba3 passes BASE-DELAYWRITEStefan Metzmacher1-1/+1
2008-04-01test: add diagnostic message to net_registry test.Michael Adam1-0/+1
2008-04-01test: fix net_registry test "set value to different type" to track error countMichael Adam1-1/+1
2008-04-01test: some cosmetics to net_registry tests.Michael Adam1-2/+3
2008-04-01test: fix net_registry tests to correctly capture output of commands inside o...Michael Adam1-12/+25
2008-04-01test: fix use of printf in net_registry tests.Michael Adam1-12/+12
2008-04-01mkversion: be more portable, use 'print "%s"' instead of 'echo -n'Michael Adam1-4/+4
2008-04-01installswat: be more portable, use 'printf "%s"' instead of 'echo -n'Michael Adam1-2/+2
2008-04-01test: be more portable. replace 'echo -n' by 'printf "%s"' in test_functions.shMichael Adam1-3/+3
2008-04-01test: be more portable: replace 'echo -n' by 'printf "%s"' in selftest.shMichael Adam1-1/+1
2008-04-01test: make registry tests more portable: protect some grep patterns in ' '.Michael Adam1-4/+4
2008-04-01test: make registry tests more portable: use 'printf "%s"' instead of 'echo -e'Michael Adam1-12/+12
2008-04-01test: add test script for testing "net registry".Michael Adam2-0/+385
2008-03-31test: add (and unify) sectioning output of subtests in tests_all.shMichael Adam1-2/+8
2008-03-31test: add possibility to select tests to run via tests_all.sh (make test)Michael Adam1-8/+14
2008-03-31test: in tests_all.sh, wrap calls to test scripts into shell functions.Michael Adam1-20/+63
2008-03-24Fix libtdb some to move back towards allowing out of tree buildsGerald (Jerry) Carter1-1/+1
2008-03-11selftest: samba3 passes RAW-SEARCH nowStefan Metzmacher1-1/+1
2008-03-06Test: Properly track current test binary for tracking crashes.Michael Adam1-4/+9
2008-02-29Revert "make idl: Only compile idl files newer than the output to be generated."Michael Adam1-1/+1
2008-02-28Remove smbmount.Karolin Seeger3-16/+0
2008-02-26make idl: Only compile idl files newer than the output to be generated.Michael Adam1-1/+1
2008-02-25Fix build on some systems : don't pass libraries to mkproto.awkMichael Adam1-1/+1
2008-02-25make test: pass --option=torture:sharedelay=100000 to samba4 smbtortureStefan Metzmacher1-0/+2
2008-02-14Create symbols to export in libtdb dynamically from tdb.h.Michael Adam2-0/+121
2008-01-30ntlm_auth: Fix another typo in the test.Kai Blin1-2/+2
2008-01-30ntlm_auth: test should honour configfile option to run on build farm.Kai Blin1-2/+2
2008-01-30ntlm_auth: Fix typos in the torture test script.Kai Blin1-2/+2
2008-01-30ntlm_auth: Add a blackbox test.Kai Blin2-0/+22
2008-01-20Active RAW-STREAMS in make testVolker Lendecke2-2/+2
2008-01-15rename vfs_ea_tdb to vfs_xattr_tdbVolker Lendecke1-1/+1
2008-01-15Implement vfs_ea_tdbVolker Lendecke2-1/+2
2008-01-15Add True/False bool cleanup script.Günther Deschner1-0/+19
2008-01-14Reset the failed counter in test_wbinfo_s3.sh.Michael Adam1-0/+2
2008-01-13Fix a syntax error in script/tests/test_local_s3.sh .Michael Adam1-1/+1
2008-01-06Review feedback from metze.Jelmer Vernooij1-3/+2
2008-01-06Use metze's approach.Jelmer Vernooij1-4/+3
2008-01-04"Desting" -> "Testing"Jeremy Allison1-1/+1
2008-01-04Try and fix scripting errors.Jeremy Allison1-4/+4
2008-01-04Try and fix the buildfarm. There's a scripting error andJeremy Allison1-1/+1
2008-01-04Better way of testing enc.Jeremy Allison3-6/+10
2008-01-04Added -e tests for S3 smbtorture.Jeremy Allison1-0/+2
2007-12-29Attempt to fix the AIX make test failuresVolker Lendecke1-3/+3