diff --git a/HACKING.md b/HACKING.md index 1ba4a40..ff525a8 100644 --- a/HACKING.md +++ b/HACKING.md @@ -95,7 +95,7 @@ A helper script will create a minimum set that is necessary to build an image call `Fedora-Cloud` for `f32-candidate`: ```sh -./make-tags.sh +test/make-tags.sh ``` ### Client plugin diff --git a/test/integration.sh b/test/integration.sh index 33dcef0..9ff569b 100755 --- a/test/integration.sh +++ b/test/integration.sh @@ -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/ diff --git a/make-tags.sh b/test/make-tags.sh similarity index 100% rename from make-tags.sh rename to test/make-tags.sh