Skip to content

Commit da18f77

Browse files
authored
we standardized on this more reliable command (#2061)
1 parent 34cb340 commit da18f77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tests/running.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -357,14 +357,14 @@ $ apt install libgccjit-12-dev
357357
Now you can run the following command:
358358

359359
```bash
360-
$ ./x.py test compiler/rustc_codegen_gcc/
360+
$ ./x test compiler/rustc_codegen_gcc/
361361
```
362362

363363
If it cannot find the `.so` library (if you installed it with `apt` for example), you
364364
need to pass the library file path with `LIBRARY_PATH`:
365365

366366
```bash
367-
$ LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/12/ ./x.py test compiler/rustc_codegen_gcc/
367+
$ LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/12/ ./x test compiler/rustc_codegen_gcc/
368368
```
369369

370370
If you encounter bugs or problems, don't hesitate to open issues on

0 commit comments

Comments
 (0)