diff options
Diffstat (limited to 'source4/utils')
-rwxr-xr-x | source4/utils/tests/test_samba_tool.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/utils/tests/test_samba_tool.sh b/source4/utils/tests/test_samba_tool.sh index 0e03ee4d75..7057312fcb 100755 --- a/source4/utils/tests/test_samba_tool.sh +++ b/source4/utils/tests/test_samba_tool.sh @@ -40,4 +40,6 @@ testit "domain level.show" $VALGRIND $samba_tool domain level show testit "domain info" $VALGRIND $samba_tool domain info $SERVER_IP +testit "fsmo show" $VALGRIND $samba_tool fsmo show + exit $failed |