summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTodd Gamblin <tgamblin@llnl.gov>2016-08-30 01:43:48 -0700
committerTodd Gamblin <tgamblin@llnl.gov>2016-08-30 20:49:56 -0700
commit05545a2528c5187d23329d3c691e66949e7d95b5 (patch)
treeab05696ec71082344403ef9eafae846fbc7cfbfd /lib
parent41675e5ed66e80ca4bc0ed5dfc77f7c9ddac81d8 (diff)
downloadspack-05545a2528c5187d23329d3c691e66949e7d95b5.tar.gz
spack-05545a2528c5187d23329d3c691e66949e7d95b5.tar.bz2
spack-05545a2528c5187d23329d3c691e66949e7d95b5.tar.xz
spack-05545a2528c5187d23329d3c691e66949e7d95b5.zip
test.
Diffstat (limited to 'lib')
-rw-r--r--lib/spack/docs/conf.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/spack/docs/conf.py b/lib/spack/docs/conf.py
index 90a08a154e..de84d0e5c8 100644
--- a/lib/spack/docs/conf.py
+++ b/lib/spack/docs/conf.py
@@ -70,6 +70,9 @@ os.environ['COLIFY_SIZE'] = '25x80'
# Generate package list using spack command
#
with open('package_list.rst', 'w') as plist_file:
+ subprocess.check_output(
+ [spack_root + '/bin/spack', 'package-list'])
+
subprocess.Popen(
[spack_root + '/bin/spack', 'package-list'], stdout=plist_file)