mu: default to include related, skip dups
Add optioins --include-dups and --skip-related that are the reverse of the previous ones. Leave the old options (hidden) for backward compat (ie., scripts that use those options)
This commit is contained in:
@ -88,7 +88,7 @@ search (const char* query, unsigned expected)
|
||||
{
|
||||
gchar *cmdline, *output, *erroutput;
|
||||
|
||||
cmdline = g_strdup_printf ("%s find --muhome=%s %s",
|
||||
cmdline = g_strdup_printf ("%s find --muhome=%s %s --skip-related --include-dups",
|
||||
MU_PROGRAM, DBPATH, query);
|
||||
|
||||
if (g_test_verbose())
|
||||
|
||||
Reference in New Issue
Block a user