test: move make-tags.sh into test/

Move the make-tags.sh helper into the `test/` sub-directory. It is
mainly needed for testing together with the other test scripts.
This commit is contained in:
Christian Kellner 2020-09-28 14:18:26 +02:00 committed by Tom Gundersen
parent 00c2313226
commit 05f1ecac8e
3 changed files with 2 additions and 2 deletions

View file

@ -62,7 +62,7 @@ greenprint "Starting koji builder"
sudo ./run-builder.sh start
greenprint "Creating Koji tag infrastructure"
./make-tags.sh
test/make-tags.sh
greenprint "Running integration tests"
python3 -m unittest discover -v test/integration/