mirror of
https://github.com/samba-team/samba.git
synced 2025-02-03 13:47:25 +03:00
s3:test: in net registry roundtrip test, exclude the files from exclude/logon
These files are not samba config files...
This commit is contained in:
parent
aa8c9ef138
commit
541c580895
@ -144,7 +144,7 @@ conf_roundtrip()
|
||||
rm -r $DIR
|
||||
}
|
||||
|
||||
CONF_FILES=${CONF_FILES:-$(find $SRCDIR/ -name '*.conf' | xargs grep -l "\[global\]")}
|
||||
CONF_FILES=${CONF_FILES:-$(find $SRCDIR/ -name '*.conf' | grep -v examples/logon | xargs grep -l "\[global\]")}
|
||||
|
||||
# remove old logs:
|
||||
for OLDDIR in $(find ${PREFIX} -type d -name "${LOGDIR_PREFIX}_*") ; do
|
||||
|
Loading…
x
Reference in New Issue
Block a user