Skip to content

Commit 2f99f80

Browse files
committed
revert change adding argv to autotest --generate_expected_output
1 parent 9c8163c commit 2f99f80

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

run_tests.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# run all the tests
22
# This code needs extensive revision.
33

4-
import copy, glob, io, os, re, shlex, subprocess, sys
4+
import copy, glob, io, os, re, subprocess, sys
55
from termcolor import colored as termcolor_colored
66
from parse_test_specification import output_file_without_parameters
77
from util import die
@@ -548,9 +548,8 @@ def print_tests_and_expected_output(
548548
debug=args.debug,
549549
file=file,
550550
)
551-
argv = [shlex.quote(a) for a in sys.argv[1:]]
552551
print(
553-
f"### generated by: autotest {' '.join(argv)} # see {REPO}",
552+
f"### generated by: autotest --generate_expected_output - see {REPO}",
554553
file=file,
555554
)
556555
print_expected_output(tests, args, file)

0 commit comments

Comments
 (0)