Remove deprecated --spec-file
arg from tests
The `spack ci` tests were using the deprecated `--spec-file` argument, which should be replaced with `--spec`.
This commit is contained in:
parent
5d999d0e4f
commit
0150e965a0
@ -1210,7 +1210,7 @@ def test_push_mirror_contents(
|
||||
dl_dir = working_dir.join("download_dir")
|
||||
if not os.path.exists(dl_dir.strpath):
|
||||
os.makedirs(dl_dir.strpath)
|
||||
buildcache_cmd("download", "--spec-file", json_path, "--path", dl_dir.strpath)
|
||||
buildcache_cmd("download", "--spec", json_path, "--path", dl_dir.strpath)
|
||||
dl_dir_list = os.listdir(dl_dir.strpath)
|
||||
|
||||
assert len(dl_dir_list) == 2
|
||||
|
Loading…
Reference in New Issue
Block a user