aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2023-02-28 15:38:01 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2023-02-28 15:39:44 +0000
commit88f61abc586e4bfc0f1082937d80cd92b7ca205d (patch)
treefdebcf3ab8ab8837e90294e2641959c46e675089
parentb815a108b284119509e9c8c5b3c773c171664866 (diff)
test-manifest2.sh: Fix typo
The only reason I see for this working before -- is that bash versions before one in Ubuntu 22.04 didn't consider it an error to read from absent file. Change-Id: I5261c7823995ebffd4314f13f7c5927973218ef0
-rwxr-xr-xtest-manifest2.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-manifest2.sh b/test-manifest2.sh
index 6452f32..a472fb0 100755
--- a/test-manifest2.sh
+++ b/test-manifest2.sh
@@ -427,7 +427,7 @@ extract_run test-mani-build2.txt build2 >$TOP/run_lines_2.txt
compare_run_lines $TOP/run_lines_1.txt $TOP/run_lines_2.txt $TOP/run_lines_diff.txt
echo "======= VALIDATING ARTIFACTS (PHASE 2)"
-check_artifacts 2 $TOP/build/artifacts2.txt
+check_artifacts 2 $TOP/build2/artifacts2.txt
echo "======= FINDING MANIFESTS FROM PHASE 2"