Skip to content

Commit

Permalink
Fix test command in documentation (#908)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobo1239 committed Nov 8, 2022
1 parent b52b758 commit c05d62a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/testing.md
Expand Up @@ -23,7 +23,7 @@ For testing GEF on the architecture on the host running the tests (most cases),

```bash
cd /root/of/gef
python3 -m pytest -v -k not benchmark
python3 -m pytest -v -k "not benchmark" tests
```

Note that to ensure compatibility, tests must be executed with the same Python version GDB was compiled against. To obtain this version, you can execute the following command:
Expand Down

0 comments on commit c05d62a

Please sign in to comment.