summaryrefslogtreecommitdiff
path: root/lib/spack/spack/cmd/test_install.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/spack/spack/cmd/test_install.py')
-rw-r--r--lib/spack/spack/cmd/test_install.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/spack/spack/cmd/test_install.py b/lib/spack/spack/cmd/test_install.py
index c35f2740a0..f962c5988a 100644
--- a/lib/spack/spack/cmd/test_install.py
+++ b/lib/spack/spack/cmd/test_install.py
@@ -181,7 +181,6 @@ def install_single_spec(spec, number_of_jobs):
package.do_install(keep_prefix=False,
keep_stage=True,
install_deps=True,
- install_self=True,
make_jobs=number_of_jobs,
verbose=True,
fake=False)