test: move run-builder into test/
Move the run-builder.sh helper into the `test/` sub-directory. It is mainly needed for testing together with the other test scripts.
This commit is contained in:
parent
660f0f2700
commit
b625f96c2b
3 changed files with 3 additions and 3 deletions
|
|
@ -69,7 +69,7 @@ it will be running in the foreground, so logs can be inspected and
|
|||
the container stopped via `ctrl+c`.
|
||||
|
||||
```sh
|
||||
sudo ./run-builder.sh fg
|
||||
sudo test/run-builder.sh fg
|
||||
```
|
||||
|
||||
Verify we can talk to koji hub via the koji command line client:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue