Skip to content

Commit 833e5b7

Browse files
kv2019ilgirdwood
authored andcommitted
tests: modify tarball_multi 2023.09 test
The README.md has been updated with updated sections, so recreating 2023.09 will cause a mismatch in installed README.md. Exclude the known difference in the test case. Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
1 parent a7541f5 commit 833e5b7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/tests.bats

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,10 @@ test_install_one_version()
202202
# anymore
203203
git show v2023.12.1:install.sh > "$(pwd)/sof-bin-$ver"/install.sh
204204

205+
# install.sh was updated in 2025.01, so it won't match
206+
# anymore
207+
git show v2023.12.1:README.md > "$(pwd)/sof-bin-$ver"/README.md
208+
205209
diff -qr "$EXTR_REFS"/sof-bin-"$ver" "$(pwd)/sof-bin-$ver"/
206210

207211
popd || exit 1

0 commit comments

Comments
 (0)