File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ where ```-j``` sets the number of tests to run in parallel (default is 1).
112
112
113
113
This will output which tests pass and fail. If a test fails, you can inspect the output
114
114
inside ` out ` . Each test will produce a file called ` test_name.diff ` which contains a git
115
- diff between the expected an actual output.
115
+ diff between the expected an actual output.
116
116
117
117
Alternatively, ` --diffs ` can be turned on to see the difference between the expected
118
118
and actual outputs for all of ` XFAIL ` , ` FAIL ` , or ` UPASS ` results.
@@ -125,12 +125,12 @@ For the gnat2goto test suite each test subdirectory has a file test.py.
125
125
<<< DEBUG * test file* >>> and <<< END DEBUG * test file* >>>
126
126
of course this will cause a DIFF to be reported between actual and
127
127
expected output. By default debug=False.
128
-
128
+
129
129
Updating Expected Results
130
130
-------------------------
131
131
132
- Sometimes the tests will need to be updated for the new behaviour. This can be done
133
- using [ ` ./update-expected-outputs ` ] ( update-expected-outputs ) .
132
+ Sometimes the tests will need to be updated for the new behaviour. This can be done
133
+ using [ ` ./update-expected-outputs ` ] ( update-expected-outputs ) .
134
134
135
135
WARNING running ./update-expected outputs will replace all test.out
136
136
(expected result) files with the actual results.
You can’t perform that action at this time.
0 commit comments