Skip to content

Commit 1aaba3c

Browse files
committed
Revert "Add --no-standard-checks to regression/validate-trace-xml-schema python runner script"
This reverts commit bda5ed3.
1 parent 228bca3 commit 1aaba3c

File tree

1 file changed

+1
-1
lines changed
  • regression/validate-trace-xml-schema

1 file changed

+1
-1
lines changed

Diff for: regression/validate-trace-xml-schema/check.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ def check_test_desc(self, test_desc_path):
133133
self.check_trace(test_desc_path, trace_file)
134134

135135
def read_trace_into(self, trace_file, args):
136-
subprocess.run([CbmcPath, '--no-standard-checks', '--trace', '--xml-ui'] + args,
136+
subprocess.run([CbmcPath, '--trace', '--xml-ui'] + args,
137137
stdout=trace_file)
138138

139139
def check_trace(self, test_desc_path, trace_file):

0 commit comments

Comments
 (0)