Skip to content

Commit

Permalink
update test scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Tsai committed Jun 11, 2024
1 parent 98d083d commit 6de7416
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/data_clone_restore_test
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ if [ "X$TARGETPART" != "X" ]; then
fi

#main

# clean partition

dd if=/dev/zero of=$source_partition bs=1M count=4096
dd if=/dev/zero of=$target_partition bs=1M count=4096

for fs in $test_fs; do
echo -e "Advanced $fs test"
echo -e "==========================\n"
Expand Down

0 comments on commit 6de7416

Please sign in to comment.