Skip to content

Commit

Permalink
fixup! Run a full integration test with a ZFS filesystem during build
Browse files Browse the repository at this point in the history
  • Loading branch information
decoyjoe committed Dec 14, 2024
1 parent d0b4dae commit 54bc404
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test-integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ prod_dataset="${prod_pool}/test"

echo "Create dataset \"${prod_dataset}\"..." # backup dataset created from syncoid replication
zfs create $prod_dataset
zfs list -rt all $prod_dataset
zfs list -rt all

echo 'Get sanoid.defaults.conf...'
mkdir /etc/sanoid
Expand Down Expand Up @@ -57,7 +57,7 @@ echo 'Taking new snapshot with sanoid...'
./sanoid --take-snapshots --verbose

echo 'List all snapshots...'
zfs list -rt all $prod_dataset
zfs list -rt all

echo 'Execute findoid to locate snapshots containing a given file...'
./findoid $test_file_path
Expand Down

0 comments on commit 54bc404

Please sign in to comment.