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 <eguan@redhat.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
This commit is contained in:
Eryu Guan
2016-02-08 09:27:14 +11:00
committed by Dave Chinner
parent 4a32170921
commit 042dad6267
+6
View File
@@ -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