Skip to content

Commit

Permalink
Resolve changes
Browse files Browse the repository at this point in the history
Signed-off-by: Sankalp Acharya <[email protected]>
  • Loading branch information
sankalp-12 committed Apr 18, 2023
1 parent c8cf89a commit 05d7be2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/checkpointctl.bats
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ function teardown() {
@test "Run checkpointctl show with tar file and --all and valid spec.dump and valid stats-dump" {
cp test/config.dump "$TEST_TMP_DIR1"
cp test/spec.dump "$TEST_TMP_DIR1"
cp test/stats-dump "$TEST_TMP_DIR1"
mkdir "$TEST_TMP_DIR1"/checkpoint
( cd "$TEST_TMP_DIR1" && tar cf "$TEST_TMP_DIR2"/test.tar . )
checkpointctl show "$TEST_TMP_DIR2"/test.tar --all
Expand Down

0 comments on commit 05d7be2

Please sign in to comment.