Skip to content

Commit 7de54d4

Browse files
committed
README formatting tweaks
1 parent 4644ad0 commit 7de54d4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,16 @@ All steps are performed as `root`:
3939
[root@client ~ ] $ git clone https://github.com/brianhlin/osg-test.git
4040
[root@client ~ ] $ cd osg-test
4141

42-
2. Bootstrap the test system using the `osg-testing` yum repository. The `osg release` is required as the first argument and takes the form of '<major version>.<minor version>' e.g. `3.2`. To get `osg-test` from the `osg-development` Yum repository, replace the second argument with `development`; to get `osg-test` from the production repository, omit the second argument. This step makes sure that both the EPEL and OSG repositories are available, then installs and verifies the `osg-test` package itself.
42+
2. Bootstrap the test system using the `osg-testing` yum repository. The `osg release` is required as the first argument and takes the form of `<major version>.<minor version>` e.g. `3.2`. To get `osg-test` from the `osg-development` Yum repository, replace the second argument with `development`; to get `osg-test` from the production repository, omit the second argument. This step makes sure that both the EPEL and OSG repositories are available, then installs and verifies the `osg-test` package itself.
4343

4444
[root@client ~] $ ./bootstrap-osg-test <osg release> testing
4545

46-
3. Run the tests (see below for options). Be sure to direct the stdout/stderr to a file to get all the information from the test run (the dump-file option only outputs some of the output to a file):
46+
3. Run the tests (see below for options). Be sure to direct the stdout/stderr to a file to get all the information from the test run (the dump-file option only outputs some of the output to a file):
4747

4848
[root@client ~] $ osg-test -vadi <PACKAGE> -r osg-testing > <output file> 2>&1
4949

50-
`osg-test` Usage
51-
----------------
50+
osg-test Script Usage
51+
---------------------
5252

5353
Fundamentally, the `osg-test` script runs tests and reports on their results. However, the script can also perform many of the housekeeping tasks associated with setting up and tearing down the test environment, including adding (and later removing) a test user and its X.509 certificate, installing (and later removing) one or more RPMs, and so on. The following options are available:
5454

0 commit comments

Comments
 (0)