summaryrefslogtreecommitdiffstats
path: root/source/script
Commit message (Expand)AuthorAgeFilesLines
* testsuite: fix expr error on Tru64, triggered by uninitialized failed variable.Michael Adam2008-07-211-0/+2
* testsuite: fix another expr syntax error. in tests_all.sh.Michael Adam2008-07-211-1/+1
* testsuite: fix expr syntax error in net registry test.Michael Adam2008-07-211-1/+1
* testparm: rename -g|--skip-global-ckecks to -l|--skip-logic-checksMichael Adam2008-07-161-1/+1
* testsuite: fix bug #5594 by using the new --skip-global-ckecks switchMichael Adam2008-07-161-1/+1
* testsuite: fix another expr typo in net registry test script.Michael Adam2008-07-101-1/+1
* testsuite: fix expr typo in net registry testscript.Michael Adam2008-07-101-1/+1
* testsuite: enable the testparm_s3 tests.Michael Adam2008-06-231-0/+7
* testsuite: add a testparm_s3 test script.Michael Adam2008-06-231-0/+90
* testsuite: update introductory comment to test_net_regsistry.shMichael Adam2008-06-231-1/+2
* Fix typoVolker Lendecke2008-06-231-1/+1
* testsuite: give admin rights to testuser only for the "net rpc registry" test.Michael Adam2008-06-231-0/+41
* testsuite: don't give the testuser administrative rights globally.Michael Adam2008-06-231-9/+0
* tests_all.sh: Do not execute $SMB4TORTURE --version if it is not available.Karolin Seeger2008-06-231-1/+4
* testsuite: allow selection of posix_s3 subtests by env var POSIX_SUBTESTS.Michael Adam2008-06-231-0/+4
* testsuite: make structuring output of net_s3 tests stand out more.Michael Adam2008-06-231-3/+3
* testsuite: make diagnostic output more appropriate in tests_all.shMichael Adam2008-06-231-9/+9
* testsuite: give the testuser administrative rights in selftest.shMichael Adam2008-06-231-0/+10
* testsuite: run the net rpc registry tests from the net_s3 tests.Michael Adam2008-06-231-0/+7
* testsuite: add the ability to test "net rpc registry" with the net_registry t...Michael Adam2008-06-231-2/+9
* testsuite: adapt informative message to say "Running _local_ registry tests".Michael Adam2008-06-231-1/+1
* testsuite: use domain==workgroup in wbinfo tests now that we are PDC.Michael Adam2008-06-231-2/+2
* tests: Add a net_misc test.Kai Blin2008-06-233-4/+80
* selftest: Advertise as PDC and time server during make testKai Blin2008-06-231-0/+4
* selftest: Use TESTS env var to specify tests to run like Samba4 does.Kai Blin2008-06-232-4/+4
* Revert "build: add symbol versioning when we build with gnu ld"Karolin Seeger2008-06-092-29/+8
* build: add symbol versioning when we build with gnu ldStefan Metzmacher2008-05-232-8/+29
* Use wbinfo --online-status in make test rather than --sequenceGerald W. Carter2008-04-231-3/+3
* registry: remove the REGISTRY_HOOKS layer from the reghook cache.Michael Adam2008-04-221-1/+1
* selftest: samba3 passes RAW-SEARCH nowStefan Metzmacher2008-04-131-1/+1
* selftest: run the BASE-DELAYWRITE test 4 times faster in make testStefan Metzmacher2008-04-122-0/+2
* selftest: samba3 passes BASE-DELAYWRITEStefan Metzmacher2008-04-121-1/+1
* test: not only pretend to call smbconftort - really do it :-}Michael Adam2008-04-111-1/+1
* some shells are pickier than others ...Björn Jacke2008-04-111-1/+1
* test: run smbconftort testsuite from the local_s3 testsMichael Adam2008-04-111-0/+3
* test: add diagnostic message to net_registry test.Michael Adam2008-04-041-0/+1
* test: fix net_registry test "set value to different type" to track error countMichael Adam2008-04-041-1/+1
* test: some cosmetics to net_registry tests.Michael Adam2008-04-041-2/+3
* test: fix net_registry tests to correctly capture output of commands inside o...Michael Adam2008-04-041-12/+25
* test: fix use of printf in net_registry tests.Michael Adam2008-04-041-12/+12
* mkversion: be more portable, use 'print "%s"' instead of 'echo -n'Michael Adam2008-04-041-4/+4
* installswat: be more portable, use 'printf "%s"' instead of 'echo -n'Michael Adam2008-04-041-2/+2
* test: be more portable. replace 'echo -n' by 'printf "%s"' in test_functions.shMichael Adam2008-04-041-3/+3
* test: be more portable: replace 'echo -n' by 'printf "%s"' in selftest.shMichael Adam2008-04-041-1/+1
* test: make registry tests more portable: protect some grep patterns in ' '.Michael Adam2008-04-041-4/+4
* test: make registry tests more portable: use 'printf "%s"' instead of 'echo -e'Michael Adam2008-04-041-12/+12
* test: add test script for testing "net registry".Michael Adam2008-04-042-0/+385
* test: add (and unify) sectioning output of subtests in tests_all.shMichael Adam2008-04-041-2/+8
* test: add possibility to select tests to run via tests_all.sh (make test)Michael Adam2008-04-041-8/+14
* test: in tests_all.sh, wrap calls to test scripts into shell functions.Michael Adam2008-04-041-20/+63