Skip to content

Commit

Permalink
tests: modify tarball_multi 2023.09 test
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
kv2019i authored and lgirdwood committed Jan 23, 2025
1 parent a7541f5 commit 833e5b7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/tests.bats
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,10 @@ test_install_one_version()
# anymore
git show v2023.12.1:install.sh > "$(pwd)/sof-bin-$ver"/install.sh

# install.sh was updated in 2025.01, so it won't match
# anymore
git show v2023.12.1:README.md > "$(pwd)/sof-bin-$ver"/README.md

diff -qr "$EXTR_REFS"/sof-bin-"$ver" "$(pwd)/sof-bin-$ver"/

popd || exit 1
Expand Down

0 comments on commit 833e5b7

Please sign in to comment.