Date: Fri, 28 Oct 2005 14:02:43 +0000 (UTC) From: Stefan Farfeleder <stefanf@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/tools/regression/bin/sh regress.sh src/tools/regression/bin/sh/builtins command1.0 command2.0 command3.0 command3.0.stdout command4.127 command5.0 command5.0.stdout command6.127 command6.127.stdout Message-ID: <200510281402.j9SE2hvD012857@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
stefanf 2005-10-28 14:02:43 UTC FreeBSD src repository Modified files: tools/regression/bin/sh regress.sh Added files: tools/regression/bin/sh/builtins command1.0 command2.0 command3.0 command3.0.stdout command4.127 command5.0 command5.0.stdout command6.127 command6.127.stdout Log: Add test cases for the command built-in, including its -v and -V options which I'll commit real soon. Count the number of found test cases instead of hard-coding them. Allow an arbitrary exit status. Revision Changes Path 1.1 +5 -0 src/tools/regression/bin/sh/builtins/command1.0 (new) 1.1 +3 -0 src/tools/regression/bin/sh/builtins/command2.0 (new) 1.1 +13 -0 src/tools/regression/bin/sh/builtins/command3.0 (new) 1.1 +7 -0 src/tools/regression/bin/sh/builtins/command3.0.stdout (new) 1.1 +2 -0 src/tools/regression/bin/sh/builtins/command4.127 (new) 1.1 +14 -0 src/tools/regression/bin/sh/builtins/command5.0 (new) 1.1 +8 -0 src/tools/regression/bin/sh/builtins/command5.0.stdout (new) 1.1 +2 -0 src/tools/regression/bin/sh/builtins/command6.127 (new) 1.1 +1 -0 src/tools/regression/bin/sh/builtins/command6.127.stdout (new) 1.3 +3 -3 src/tools/regression/bin/sh/regress.sh
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200510281402.j9SE2hvD012857>