Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/usr.bin/make Remove commented-out debug code that was ...



details:   https://anonhg.NetBSD.org/src/rev/64e88f30935c
branches:  trunk
changeset: 801911:64e88f30935c
user:      apb <apb%NetBSD.org@localhost>
date:      Sat Aug 23 16:26:13 2014 +0000

description:
Remove commented-out debug code that was accidentally committed yesterday.

diffstat:

 tests/usr.bin/make/t_make.sh |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (24 lines):

diff -r 92a552ef0e91 -r 64e88f30935c tests/usr.bin/make/t_make.sh
--- a/tests/usr.bin/make/t_make.sh      Sat Aug 23 16:08:42 2014 +0000
+++ b/tests/usr.bin/make/t_make.sh      Sat Aug 23 16:26:13 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: t_make.sh,v 1.5 2014/08/23 15:10:18 christos Exp $
+# $NetBSD: t_make.sh,v 1.6 2014/08/23 16:26:13 apb Exp $
 #
 # Copyright (c) 2008, 2010, 2014 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -63,8 +63,6 @@
 {
        local filename basename atfname descr
 
-       #exec >/tmp/apb 2>&1
-       #set -x
        for filename in "$(atf_get_srcdir)"/unit-tests/*.mk ; do
            basename="${filename##*/}"
            basename="${basename%.mk}"
@@ -73,5 +71,4 @@
             test_case "${atfname}" "${basename}" "${descr}"
            atf_add_test_case "${atfname}"
        done
-       #set +x
 }



Home | Main Index | Thread Index | Old Index