update test to match

This commit is contained in:
Gregory Becker 2025-02-18 14:11:32 -08:00
parent 77957e682a
commit 382a5ab169

View File

@ -312,6 +312,7 @@ def test_ci_generate_with_custom_settings(
"spack -d ci rebuild",
"cd ENV",
"spack env activate --without-view .",
"spack spec /$SPACK_JOB_SPEC_DAG_HASH",
"spack ci rebuild",
]
assert ci_obj["after_script"] == ["rm -rf /some/path/spack"]