Skip to content

Commit 6d3982a

Browse files
authored
Update README.md
renaming jdk-specification-framework to JSF #2
1 parent e470433 commit 6d3982a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

generic_runner/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ The **INPUT** variable is used as a way of telling the testsuite where can he fi
88
the testsuite is intended to run only a set of rpms of one vendor for one OS and with the same version.. you can test multiple archs at once though.
99
In case the INPUT variable is not set, the test will expect the rpms to be in rpms folder in **IT'S** home directory.
1010

11-
E.g. ```~/jdk-rpms-specification-framework/rpms```
11+
E.g. ```~/JSF/rpms```
1212

1313
The **OUTPUT** variable is used to tell the testsuite where should it store the testresults of the run. Those are going to be .jtr.xml files.
1414
In case this variable is not set, the framework will leave the test results in their default directory:
1515

16-
```~/jdk-rpms-specification-framework/jtregLogs```
16+
```~/JSF/jtregLogs```
1717

1818
So how to run it?
1919
Just export the INPUT and OUTPUT variables if you wish to use them and then run
20-
```sh jdk-rpms-specification-framework/generic_runner/runner.sh```
20+
```sh JSF/generic_runner/runner.sh```
2121

2222
***Please note*** that the test needs approximately 2-20 hours to run completely, based on
2323
the number of packages you want to test and the execution of the script requires ***root privileges*** for system setup.

0 commit comments

Comments
 (0)