svn commit: r264005 - user/jmmv/autotest/node
Julio Merino
jmmv at FreeBSD.org
Tue Apr 1 14:55:29 UTC 2014
Author: jmmv
Date: Tue Apr 1 14:55:29 2014
New Revision: 264005
URL: http://svnweb.freebsd.org/changeset/base/264005
Log:
Fix auto-detection of configurations.
Expand the list of configuration files at the right time so that the
filtering out of host.conf works as intended. Should fix r263868.
Modified:
user/jmmv/autotest/node/loop.sh
Modified: user/jmmv/autotest/node/loop.sh
==============================================================================
--- user/jmmv/autotest/node/loop.sh Tue Apr 1 14:55:20 2014 (r264004)
+++ user/jmmv/autotest/node/loop.sh Tue Apr 1 14:55:29 2014 (r264005)
@@ -78,7 +78,7 @@ the_loop() {
shtk_cli_info "Iteration started on $(date)"
if shtk_bool_check "${autoconfigs}"; then
- set -- $(echo "${AUTOTEST_ETCDIR}/*.conf" | fmt -n 1 \
+ set -- $(echo "${AUTOTEST_ETCDIR}"/*.conf | fmt -n 1 \
| grep -v host.conf)
shtk_cli_info "Discovered config files: ${*}"
fi
More information about the svn-src-user
mailing list