spack load return code

Created on 19 Feb 2018  路  3Comments  路  Source: spack/spack

spack load nonExistingPackage

does not return a non-zero return code to bash.

Expected Result

A non-zero return code and a message that the package does not exist

Actual Result

Zero return code and no message.

Steps to reproduce the issue

$ spack bootstrap
# default tcl modules
$ spack load nonExistingPackage

Information on your system

Debian 9.2
Spack 8ae50ae8b

ccing @alalazo

commands duplicate modules

All 3 comments

I took a stab at this (feels like ages ago) and didn't come too far, but maybe it helps as a starting point #3827

Duplicate of #2570

Was this page helpful?
0 / 5 - 0 ratings