Skip to content

Commit 816728d

Browse files
authored
Tweak description of experimental script prerequisites
1 parent 9ae1719 commit 816728d

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

scripts/experiment-scripts/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ figures and tables.
1414

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

17-
## Running Scripts
17+
### Running Scripts
1818

1919
To generate the desired figures or tables from the paper, run the corresponding
2020
shell script. For example, to generate **Figure 7**, use:

scripts/prerequisites.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,19 +46,17 @@ cd scripts
4646
./get-all-subject-src.sh
4747
```
4848

49-
## Environment variables
49+
## Adding Defects4J to PATH
5050

51-
### Adding Defects4J to PATH
52-
53-
Add Defects4J's executables to your PATH in
51+
For defect detection scripts, add Defects4J's executables to your PATH in
5452
the shell session where you run the scripts:
5553

5654
```sh
5755
export PATH="$PATH":"$PATH2DEFECTS4J/framework/bin"
5856
```
5957

60-
> "PATH2DEFECTS4J" points to the directory which Defects4J is in; it most
61-
> likely will look like "currentdirectory/build/defects4j".
58+
where "PATH2DEFECTS4J" points to the directory which Defects4J is in; it most
59+
likely will look like "currentdirectory/build/defects4j".
6260

6361
### Java Versions Setup
6462

0 commit comments

Comments
 (0)