mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +03:00
38593aa3e1
tests/TODO. Remove tests/start_daemons.sh - no longer used. Signed-off-by: Martin Schwenke <martin@meltin.net> (This used to be ctdb commit 5cdbef46b74e6a5ba2383ef025e69fe605fa4f6e)
7 lines
88 B
Bash
Executable File
7 lines
88 B
Bash
Executable File
#!/bin/sh
|
|
|
|
tests/scripts/run_tests -s tests/simple/*.sh || exit 1
|
|
|
|
echo "All OK"
|
|
exit 0
|