Skip to content

Commit

Permalink
tests: modify tarball_multi 2023.09 test
Browse files Browse the repository at this point in the history
The install.sh has been updated to include more directories,
so recreating 2023.09 will cause a mismatch in installed install.sh.
Exclude the known difference in the test case.

Suggested-by: Marc Herbert <marc.herbert@intel.com>
Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
  • Loading branch information
kv2019i committed Apr 2, 2024
1 parent 70b78cd commit 156c10b
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 @@ -198,6 +198,10 @@ test_install_one_version()

tar xf sof-bin-"$ver".tar.gz

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

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

popd || exit 1
Expand Down

0 comments on commit 156c10b

Please sign in to comment.