Skip to content

Commit

Permalink
Merge pull request #459 from RishabhSaini/checksCompare
Browse files Browse the repository at this point in the history
Add basic check to --compare-with-build
  • Loading branch information
cgwalters authored Feb 10, 2023
2 parents b93946a + e657e4f commit 4f73529
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ci/priv-integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,8 @@ fi
grep "skopeo too old to pull from containers-storage" err.txt
echo "ok pulled from containers storage failed"

ostree-ext-cli container compare ${imgref} ${imgref} > compare.txt
grep "Removed layers: 0 Size: 0 bytes" compare.txt
grep "Added layers: 0 Size: 0 bytes" compare.txt

echo ok privileged integration

0 comments on commit 4f73529

Please sign in to comment.