From: Eryu Guan Date: Sun, 7 Feb 2016 22:27:14 +0000 (+1100) Subject: new: create a default .out file X-Git-Tag: v2022.05.01~2670 X-Git-Url: http://git.apps.os.sepia.ceph.com/?p=xfstests-dev.git;a=commitdiff_plain;h=042dad626781479c267566dac125fcf56dbc839f;ds=sidebyside new: create a default .out file Creating a default .out file in "new" to ease the new test creation process. Signed-off-by: Eryu Guan Reviewed-by: Dave Chinner Signed-off-by: Dave Chinner --- diff --git a/new b/new index ab2af69a..c21d8db3 100755 --- a/new +++ b/new @@ -228,6 +228,12 @@ echo "" chmod 755 $tdir/$id ${EDITOR-vi} $tdir/$id +# Create default .out file +cat <$tdir/$id.out +QA output created by $id +Silence is golden +End-of-File + if [ $# -eq 0 ] then