Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion scripts/experiment-scripts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ figures and tables.

To set up the environment, refer to the `scripts/prerequisites.md` file.

## Running Scripts
### Running Scripts

To generate the desired figures or tables from the paper, run the corresponding
shell script. For example, to generate **Figure 7**, use:
Expand Down
10 changes: 4 additions & 6 deletions scripts/prerequisites.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,19 +46,17 @@ cd scripts
./get-all-subject-src.sh
```

## Environment variables
## Adding Defects4J to PATH

### Adding Defects4J to PATH

Add Defects4J's executables to your PATH in
For defect detection scripts, add Defects4J's executables to your PATH in
the shell session where you run the scripts:

```sh
export PATH="$PATH":"$PATH2DEFECTS4J/framework/bin"
```

> "PATH2DEFECTS4J" points to the directory which Defects4J is in; it most
> likely will look like "currentdirectory/build/defects4j".
where "PATH2DEFECTS4J" points to the directory which Defects4J is in; it most
likely will look like "currentdirectory/build/defects4j".

### Java Versions Setup

Expand Down