Update docker compose test to ensure that the redaction worked

This commit is contained in:
David Dworken 2023-10-15 19:05:32 -07:00
parent 1a04213f11
commit 4202e057ef
No known key found for this signature in database

View File

@ -44,6 +44,8 @@ jobs:
./hishtory export | grep "ls -Slah /"
# Check that we can redact it
HISHTORY_REDACT_FORCE=1 ./hishtory redact ls Slah
# And that it was redacted
! (./hishtory export | grep "ls -Slah /")
# Assert that the entry is syncing properly
./hishtory status -v | grep 'Sync Status: Synced'
# - name: Setup tmate session