Changed wrong use of "resp." in docs
This commit is contained in:
@ -72,7 +72,7 @@ go to directory ./releng, and execute
|
||||
or if you want to use an installed xorriso program:
|
||||
|
||||
./run_all_auto -x $(which xorriso)
|
||||
resp.
|
||||
|
||||
./run_all_auto -x $(type -p xorriso)
|
||||
|
||||
There are several options which work with run_all_auto and any single test.
|
||||
@ -215,7 +215,7 @@ Your test must not start if no file
|
||||
exists, i.e. if the current working directory is not ./releng.
|
||||
If your test creates own files on disk, then it must do this underneath
|
||||
directory
|
||||
./releng_generated_data/$test_name (resp. $GEN_DATA_DIR, see below).
|
||||
./releng_generated_data/$test_name (or $GEN_DATA_DIR, see below).
|
||||
|
||||
In case of failure, issue a line to stdout that begins by the word "FAIL",
|
||||
followed by " : " and the name of the test (e.g. $SELF, see below).
|
||||
|
Reference in New Issue
Block a user