Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ docker build -t bugsinpy .
docker run -dt \
-v ./framework:/home/bugsinpy/framework \
-v ./projects:/home/bugsinpy/projects \
-v ./workspace:/home/workspace
-v ./workspace:/home/workspace \
--name {your_container_name} bugsinpy
docker exec -it {your_container_name} bash
```
Expand Down Expand Up @@ -44,7 +44,7 @@ fuzz | Run a test input generation from specific bug
- Help usage from checkout command:
- `bugsinpy-checkout --help`
- Checkout a buggy source code version (youtube-dl, bug 2, buggy version):
- `bugsinpy-checkout -p youtube-dl -v 0 -i 2 -w /temp/projects`
- `bugsinpy-checkout -p youtube-dl -v 0 -i 2 -w /tmp/projects`
- Compile sources and tests, and run tests from current directory:
- `bugsinpy-compile`
- `bugsinpy-test`
Expand Down