Creating a default .out file in "new" to ease the new test creation process. Signed-off-by: Eryu Guan <eguan@xxxxxxxxxx> --- new | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/new b/new index ab2af69..c21d8db 100755 --- a/new +++ b/new @@ -228,6 +228,12 @@ echo "" chmod 755 $tdir/$id ${EDITOR-vi} $tdir/$id +# Create default .out file +cat <<End-of-File >$tdir/$id.out +QA output created by $id +Silence is golden +End-of-File + if [ $# -eq 0 ] then -- 2.5.0 -- To unsubscribe from this list: send the line "unsubscribe fstests" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html