From cbd1b69caadd0881d08addfad34451a69df55062 Mon Sep 17 00:00:00 2001 From: Eric Anderson Date: Wed, 17 Oct 2018 11:42:10 -0700 Subject: run_interop_tests: Use "GENERATED" comment in generated scripts --- tools/run_tests/run_interop_tests.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools/run_tests/run_interop_tests.py') diff --git a/tools/run_tests/run_interop_tests.py b/tools/run_tests/run_interop_tests.py index 1d639edb82..a3ff453b88 100755 --- a/tools/run_tests/run_interop_tests.py +++ b/tools/run_tests/run_interop_tests.py @@ -688,6 +688,8 @@ def write_cmdlog_maybe(cmdlog, filename): if cmdlog: with open(filename, 'w') as logfile: logfile.write('#!/bin/bash\n') + logfile.write('# DO NOT MODIFY\n') + logfile.write('# This file is generated by run_interop_tests.py/create_testcases.sh\n') logfile.writelines("%s\n" % line for line in cmdlog) print('Command log written to file %s' % filename) -- cgit v1.2.3