Skip to content

Commit a744da9

Browse files
committed
Update CONTRIBUTING.md
1 parent 38efed7 commit a744da9

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

docs/contributor/CONTRIBUTING.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -199,11 +199,14 @@ print its path as the last output, if successful.
199199
If you made changes to the parser, you may have to regenerate the golden files
200200
like so:
201201

202-
find graalpython -name *.scope -delete
203-
find graalpython -name *.tast -delete
204-
find graalpython -name *.co -delete
202+
find graalpython -name '*.scope' -delete
203+
find graalpython -name '*.tast' -delete
205204
mx punittest com.oracle.graal.python.test.parser
206205

206+
If you made changes to the bytecode compiler, you may have to regenerate its golden files:
207+
208+
find graalpython -name '*.co' -delete
209+
mx punittest com.oracle.graal.python.test.compiler
207210

208211
### Benchmarking
209212

0 commit comments

Comments
 (0)