Skip to content

Commit

Permalink
update domain test
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas-Tsai committed Jun 11, 2024
1 parent a56048a commit 5bbbf3f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
* WHETHER THEY ARE BUILT BY OTHERS OR DURING DEVELOPMENT OR FOR THE
* OFFICIAL PARTCLONE RELEASES.
*/
#define git_version "ed46e08c0ac4faefb399100579615f438d65c26d"
#define git_version "a56048a0095992dc08b6981a4094b4e11ab4477e"

6 changes: 3 additions & 3 deletions tests/domain.test
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ _ptlbreak
echo -e " dd if=/dev/zero of=$ddraw bs=$dd_bs count=$dd_count\n"
dd if=/dev/zero of=$ddraw bs=$dd_bs count=$dd_count

echo -e "\nddrescue from $raw to $ddraw with option --domain-logfile=$img \n"
echo -e " ddrescue --domain-logfile=$img $raw $ddraw \n"
echo -e "\nddrescue from $raw to $ddraw with option --domain-mapfil=$img \n"
echo -e " ddrescue --domain-mapfile=$img $raw $ddraw \n"
_ptlbreak
ddrescue --domain-logfile=$img $raw $ddraw
ddrescue --domain-mapfile=$img $raw $ddraw
_check_return_code

_ptlbreak
Expand Down

0 comments on commit 5bbbf3f

Please sign in to comment.