Home | History | Annotate | Download | only in test

Lines Matching refs:tar_cmd

445         tar_cmd = ['tar', '-cf', 'archive2.tar', base_dir]
446 subprocess.check_call(tar_cmd, cwd=root_dir)