*: add snapshot e2e test

This commit is contained in:
Gyu-Ho Lee
2016-04-16 13:27:10 -07:00
parent d4ff9364d4
commit a2afb513dd
2 changed files with 90 additions and 0 deletions

View File

@@ -127,6 +127,7 @@ func snapshotSaveCommandFunc(cmd *cobra.Command, args []string) {
exiterr := fmt.Errorf("could not rename %s to %s (%v)", partpath, path, rerr)
ExitWithError(ExitIO, exiterr)
}
fmt.Printf("Snapshot saved at %s\n", path)
}
func snapshotStatusCommandFunc(cmd *cobra.Command, args []string) {