diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-01-16 09:49:06 +0100 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-01-16 14:59:21 +0100 |
commit | f416b73d9ea81cd1d53818858da296d3b4a07e84 (patch) | |
tree | 93d8265abab2b8dad031a546cac246f90fa43b1f /test/end-to-end/TARGETS | |
parent | d1eda1195e6453a196327b46d54c974e6d1ddc5d (diff) | |
download | justbuild-f416b73d9ea81cd1d53818858da296d3b4a07e84.tar.gz |
test/end-to-end: stage git-import tests to their own directory
... to avoid potential staging conflicts. Having them staged to
just-mr was a copy-and-paste error in the first place anyway.
Diffstat (limited to 'test/end-to-end/TARGETS')
-rw-r--r-- | test/end-to-end/TARGETS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/end-to-end/TARGETS b/test/end-to-end/TARGETS index 5b66f9d8..577195ff 100644 --- a/test/end-to-end/TARGETS +++ b/test/end-to-end/TARGETS @@ -30,7 +30,7 @@ , [["./", "remote-execution", "TESTS"], "remote-execution"] , [["./", "target-cache", "TESTS"], "target-cache"] , [["./", "just-mr", "TESTS"], "just-mr"] - , [["./", "git-import", "TESTS"], "just-mr"] + , [["./", "git-import", "TESTS"], "git-import"] ] } } |