Module Name: src Committed By: apb Date: Sat Aug 23 16:26:13 UTC 2014
Modified Files: src/tests/usr.bin/make: t_make.sh Log Message: Remove commented-out debug code that was accidentally committed yesterday. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/tests/usr.bin/make/t_make.sh Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/tests/usr.bin/make/t_make.sh diff -u src/tests/usr.bin/make/t_make.sh:1.5 src/tests/usr.bin/make/t_make.sh:1.6 --- src/tests/usr.bin/make/t_make.sh:1.5 Sat Aug 23 15:10:18 2014 +++ src/tests/usr.bin/make/t_make.sh Sat Aug 23 16:26:13 2014 @@ -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 @@ atf_init_test_cases() { 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 @@ atf_init_test_cases() test_case "${atfname}" "${basename}" "${descr}" atf_add_test_case "${atfname}" done - #set +x }