Files
modules/testsuite/example/modulerc.in
Xavier Delaruelle f50e3e40d3 testsuite/travis: adapt modpath in ex cfg if versioning
Adapt defined modulepaths in example testsuite configuration file
(modulerc and .modulespath) depending if versioning installation mode is
enabled or not.
2017-12-29 17:27:52 +01:00

9 lines
383 B
Plaintext

#%Module1.0
# This file defines the initial setup for the modulefiles search path
# and modulefiles you want to load by default for all users. It should
# contains a lines of module command like 'module use path' and
# 'module load mod'
@VERSIONING@module use --append {@baseprefix@/$MODULE_VERSION/modulefiles}
@NOTVERSIONING@module use --append {@modulefilesdir@}
module load null