File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,16 +8,16 @@ The **INPUT** variable is used as a way of telling the testsuite where can he fi
8
8
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.
9
9
In case the INPUT variable is not set, the test will expect the rpms to be in rpms folder in ** IT'S** home directory.
10
10
11
- E.g. ``` ~/jdk-rpms-specification-framework /rpms ```
11
+ E.g. ``` ~/JSF /rpms ```
12
12
13
13
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.
14
14
In case this variable is not set, the framework will leave the test results in their default directory:
15
15
16
- ``` ~/jdk-rpms-specification-framework /jtregLogs ```
16
+ ``` ~/JSF /jtregLogs ```
17
17
18
18
So how to run it?
19
19
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 ```
21
21
22
22
*** Please note*** that the test needs approximately 2-20 hours to run completely, based on
23
23
the number of packages you want to test and the execution of the script requires *** root privileges*** for system setup.
You can’t perform that action at this time.
0 commit comments