From df490b89d193f54b65922499ceaf8da68e07667d Mon Sep 17 00:00:00 2001 From: Eugene Syromyatnikov Date: Tue, 25 Apr 2017 04:21:56 +0200 Subject: [PATCH] tests: add more information to generated header comments * tests/gen_tests.sh: Update header comment with the source string used for test generation. --- tests/gen_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 +*) -- 2.50.1