Skip to content

Needs to make sure gitlab-test is there before running tests.

Alain Miniussi requested to merge aminiussi/gitlab-runner:make-tmp into master

What does this MR do?

Make sure that tmp/gitlab-test exists before running tests

Why was this MR needed?

Without it, with an out of the box depot, and unless one manually create tmp and run make development_setup before running make test, the make will fail on a non existing tmp/gitlab-test.

Are there points in the code the reviewer needs to double check?

I am not sure about spurious rebuilds, and maybe there are other targets that requires development_setup as a dependency. This problem probably does not show up on an existing distribution (I saw it because it is may first build).

Does this MR meet the acceptance criteria?

  • Documentation created/updated
  • Tests
    • Added for this feature/bug
    • All builds are passing
  • Branch has no merge conflicts with master (if you do - rebase it please)

What are the relevant issue numbers?

Edited by Alain Miniussi

Merge request reports