diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2025-03-04 13:01:50 +0100 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2025-03-05 11:34:41 +0100 |
commit | e99829207eac4f284045e30e83f186582cadced7 (patch) | |
tree | 0fba2beadc9cbb7c5d4a131eba1512c7634608b1 | |
parent | da17ef5b04815ea3c6605274141a2e2b3b53b217 (diff) | |
download | justbuild-e99829207eac4f284045e30e83f186582cadced7.tar.gz |
end-to-end tests: Fix small typos and inconsistencies
-rwxr-xr-x | test/end-to-end/git-import/chained-import.sh | 2 | ||||
-rw-r--r-- | test/end-to-end/git-import/computed.sh | 6 | ||||
-rwxr-xr-x | test/end-to-end/git-import/deduplicate.sh | 2 | ||||
-rw-r--r-- | test/end-to-end/serve-service/serve_start_execute_sharding.sh | 2 | ||||
-rw-r--r-- | test/end-to-end/target-cache/check-sharding.sh | 2 |
5 files changed, 7 insertions, 7 deletions
diff --git a/test/end-to-end/git-import/chained-import.sh b/test/end-to-end/git-import/chained-import.sh index b3b2d5b9..d02a5269 100755 --- a/test/end-to-end/git-import/chained-import.sh +++ b/test/end-to-end/git-import/chained-import.sh @@ -53,7 +53,7 @@ git checkout --orphan barmaster git config user.name 'N.O.Body' git config user.email 'nobody@example.org' git add . -git commit -m 'Add foo.txt' 2>&1 +git commit -m 'Add bar.txt' 2>&1 mkdir -p "${WRKDIR}" cd "${WRKDIR}" diff --git a/test/end-to-end/git-import/computed.sh b/test/end-to-end/git-import/computed.sh index f51549b4..fec00e56 100644 --- a/test/end-to-end/git-import/computed.sh +++ b/test/end-to-end/git-import/computed.sh @@ -145,7 +145,7 @@ git checkout --orphan barmaster git config user.name 'N.O.Body' git config user.email 'nobody@example.org' git add . -git commit -m 'Add foo.txt' 2>&1 +git commit -m 'Add bar.txt' 2>&1 # Set up repo to build mkdir -p "${WRKDIR}" @@ -181,8 +181,8 @@ EOF | "${GIT_IMPORT}" -C - -b barmaster "${REPO_DIRS}/bar" bar_root \ > repos-full.template.json -# Test deduplication takes into account target repos of precomputed roots -# as well. 'repo' isn't used directly, but it can shadow 'bar_root/root' +# Test deduplication takes into account target repos of precomputed roots +# as well. 'repo' isn't used directly, but it can shadow 'bar_root/root' # during deduplication: "${GIT_IMPORT}" -C repos-full.template.json -b barmaster "${REPO_DIRS}/bar" \ root > repos-full.json diff --git a/test/end-to-end/git-import/deduplicate.sh b/test/end-to-end/git-import/deduplicate.sh index ec7e614c..cdcc4d3c 100755 --- a/test/end-to-end/git-import/deduplicate.sh +++ b/test/end-to-end/git-import/deduplicate.sh @@ -69,7 +69,7 @@ git checkout --orphan barmaster git config user.name 'N.O.Body' git config user.email 'nobody@example.org' git add . -git commit -m 'Add foo.txt' 2>&1 +git commit -m 'Add bar.txt' 2>&1 mkdir -p "${WRKDIR}" cd "${WRKDIR}" diff --git a/test/end-to-end/serve-service/serve_start_execute_sharding.sh b/test/end-to-end/serve-service/serve_start_execute_sharding.sh index 6997c612..73c28371 100644 --- a/test/end-to-end/serve-service/serve_start_execute_sharding.sh +++ b/test/end-to-end/serve-service/serve_start_execute_sharding.sh @@ -186,4 +186,4 @@ echo ) cleanup -echo ok +echo OK diff --git a/test/end-to-end/target-cache/check-sharding.sh b/test/end-to-end/target-cache/check-sharding.sh index 496e11c4..41a3ecd4 100644 --- a/test/end-to-end/target-cache/check-sharding.sh +++ b/test/end-to-end/target-cache/check-sharding.sh @@ -362,4 +362,4 @@ if ! grep serve result/test.out; then fi echo -echo ok +echo OK |