mirror of
https://github.com/envmodules/modules.git
synced 2026-06-10 00:56:30 +08:00
31 lines
698 B
Plaintext
31 lines
698 B
Plaintext
#%Module1.0
|
|
|
|
##############################################################################
|
|
# Modules Revision 3.0
|
|
# Providing a flexible user environment
|
|
#
|
|
# File: puts/%M%
|
|
# Revision: %I%
|
|
# First Edition: 2017/12/09
|
|
# Last Mod.: %U%, %G%
|
|
#
|
|
# Authors: Xavier Delaruelle, xavier.delaruelle@cea.fr
|
|
#
|
|
# Description: Testuite modulefile
|
|
# Command:
|
|
# Sub-Command: puts
|
|
#
|
|
# Invocation: load @M@
|
|
# Result: %R{
|
|
# }R%
|
|
# Comment: %C{
|
|
# Check the 'puts' command
|
|
# }C%
|
|
#
|
|
##############################################################################
|
|
|
|
if {[module-info mode "load"] || [module-info mode "display"]} {
|
|
puts -badarg stdbad texterr2
|
|
}
|
|
setenv testsuite ok
|