From: Eugene Syromyatnikov Date: Tue, 25 Apr 2017 02:21:56 +0000 (+0200) Subject: tests: add more information to generated header comments X-Git-Tag: v4.17~22 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=df490b89d193f54b65922499ceaf8da68e07667d;p=strace tests: add more information to generated header comments * tests/gen_tests.sh: Update header comment with the source string used for test generation. --- diff --git a/tests/gen_tests.sh b/tests/gen_tests.sh index ac3b7e15..b0624365 100755 --- a/tests/gen_tests.sh +++ b/tests/gen_tests.sh @@ -65,7 +65,7 @@ while read -r name args; do { hdr="\ #!/bin/sh -efu -# Generated by $0 from $input; do not edit." +# Generated by $0 from $input ($name $args); do not edit." case "$args" in +*)