summaryrefslogtreecommitdiff
path: root/source3/script/tests
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-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-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-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-25make test: pass --option=torture:sharedelay=100000 to samba4 smbtortureStefan Metzmacher1-0/+2
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-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
2007-12-23selftest: also export LD_LIBRARY_PATH for samba4's smbtortureStefan Metzmacher2-2/+14
2007-12-23Attempt to make the build farm run s4torture againVolker Lendecke1-1/+1
2007-12-23Fix typo in output.Michael Adam1-1/+1
2007-12-21Fix "make test" using the LD_LIBRARY_PATH for selftest script soGerald (Jerry) Carter1-0/+4
2007-12-14selftest: reenable wbinfo tests and pass --configfile instead of -sStefan Metzmacher3-3/+3
2007-12-14selftest: disable wbinfo testsStefan Metzmacher1-1/+1
2007-12-14selftest: add a bunch of wbinfo based tests for winbinddStefan Metzmacher2-0/+49
2007-12-14selftest: move workgroup name into WORKGROUP envvarStefan Metzmacher1-2/+3
2007-11-09make test: try to get a more portable way to get UID and GIDStefan Metzmacher1-2/+2
2007-11-09make test: start winbinddStefan Metzmacher2-1/+70