Add storage stage and bank_forks tests to integration (#6458)

This commit is contained in:
sakridge
2019-10-19 12:09:45 -07:00
committed by GitHub
parent f52c813fc2
commit 74ee88d9bc
6 changed files with 679 additions and 652 deletions

View File

@@ -255,6 +255,6 @@ mod tests {
status_cache_stream.flush().unwrap();
// Check tarball is correct
snapshot_utils::tests::verify_snapshot_tar(output_tar_path, snapshots_dir, accounts_dir);
snapshot_utils::verify_snapshot_tar(output_tar_path, snapshots_dir, accounts_dir);
}
}