From owner-svn-src-user@FreeBSD.ORG Tue Apr 1 14:55:29 2014 Return-Path: Delivered-To: svn-src-user@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D1F1282C; Tue, 1 Apr 2014 14:55:29 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BD2B7E62; Tue, 1 Apr 2014 14:55:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s31EtTdh027975; Tue, 1 Apr 2014 14:55:29 GMT (envelope-from jmmv@svn.freebsd.org) Received: (from jmmv@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s31EtTmN027974; Tue, 1 Apr 2014 14:55:29 GMT (envelope-from jmmv@svn.freebsd.org) Message-Id: <201404011455.s31EtTmN027974@svn.freebsd.org> From: Julio Merino Date: Tue, 1 Apr 2014 14:55:29 +0000 (UTC) To: src-committers@freebsd.org, svn-src-user@freebsd.org Subject: svn commit: r264005 - user/jmmv/autotest/node X-SVN-Group: user MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-user@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "SVN commit messages for the experimental " user" src tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Apr 2014 14:55:29 -0000 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