You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
testouterr_cmd_re sh {load output/1.0} ERR [escre [msg_load output/1.0 [msg_moderr {Missing value for '--output' option} {module unload --not-req --output bar<EXM>} $mp/output/1.0 3]]]
137
137
138
138
setenv_var TESTSUITE_OUTPUT_INMODFILE 20
139
-
testouterr_cmd_re sh {load output/1.0} ERR [escre [msg_load output/1.0 [msg_moderr "Invalid element in value list for '--output' option on avail sub-command\nAllowed elements are: modulepath alias dirwsym indesym sym tag key hidden variant variantifspec via (separated by ':')" {module avail --output=header foo/1.0<EXM>} $mp/output/1.0 3]]]
139
+
testouterr_cmd_re sh {load output/1.0} ERR [escre [msg_load output/1.0 [msg_moderr "Invalid element in value list for '--output' option on avail sub-command\nAllowed elements are: modulepath alias provided-alias dirwsym indesym sym tag key hidden variant variantifspec via (separated by ':')" {module avail --output=header foo/1.0<EXM>} $mp/output/1.0 3]]]
140
140
setenv_var TESTSUITE_OUTPUT_INMODFILE 21
141
-
testouterr_cmd_re sh {load output/1.0} ERR [escre [msg_load output/1.0 [msg_moderr "Invalid element in value list for '-o' option on avail sub-command\nAllowed elements are: modulepath alias dirwsym indesym sym tag key hidden variant variantifspec via (separated by ':')" {module avail -o sym,alias foo/1.0<EXM>} $mp/output/1.0 3]]]
141
+
testouterr_cmd_re sh {load output/1.0} ERR [escre [msg_load output/1.0 [msg_moderr "Invalid element in value list for '-o' option on avail sub-command\nAllowed elements are: modulepath alias provided-alias dirwsym indesym sym tag key hidden variant variantifspec via (separated by ':')" {module avail -o sym,alias foo/1.0<EXM>} $mp/output/1.0 3]]]
testouterr_cmd sh {load output/1.0} ERR [msg_load output/1.0 [msg_moderr {Missing value for '--output' option} {module unload --not-req --output bar} $mp/output/1.0 15]]
166
166
167
167
setenv_var TESTSUITE_OUTPUT_INMODFILE 20
168
-
testouterr_cmd sh {load output/1.0} ERR [msg_load output/1.0 [msg_moderr "Invalid element in value list for '--output' option on avail sub-command\nAllowed elements are: modulepath alias dirwsym indesym sym tag key hidden variant variantifspec via (separated by ':')" {module avail --output=header foo/1.0} $mp/output/1.0 24]]
168
+
testouterr_cmd sh {load output/1.0} ERR [msg_load output/1.0 [msg_moderr "Invalid element in value list for '--output' option on avail sub-command\nAllowed elements are: modulepath alias provided-alias dirwsym indesym sym tag key hidden variant variantifspec via (separated by ':')" {module avail --output=header foo/1.0} $mp/output/1.0 24]]
169
169
setenv_var TESTSUITE_OUTPUT_INMODFILE 21
170
-
testouterr_cmd sh {load output/1.0} ERR [msg_load output/1.0 [msg_moderr "Invalid element in value list for '-o' option on avail sub-command\nAllowed elements are: modulepath alias dirwsym indesym sym tag key hidden variant variantifspec via (separated by ':')" {module avail -o sym,alias foo/1.0} $mp/output/1.0 25]]
170
+
testouterr_cmd sh {load output/1.0} ERR [msg_load output/1.0 [msg_moderr "Invalid element in value list for '-o' option on avail sub-command\nAllowed elements are: modulepath alias provided-alias dirwsym indesym sym tag key hidden variant variantifspec via (separated by ':')" {module avail -o sym,alias foo/1.0} $mp/output/1.0 25]]
171
171
}
172
172
173
173
unsetenv_var TESTSUITE_OUTPUT_INMODFILE
@@ -521,7 +521,7 @@ $modpath.spider1:
521
521
moda/1 <L>
522
522
moda/2"
523
523
testouterr_cmd sh {avail -t mod} OK $tserr
524
-
testouterr_cmd sh {avail -t -o +via mod} ERR "$error_msgs: Invalid element in value list for '-o' option on avail sub-command\n Allowed elements are: modulepath alias dirwsym indesym sym tag key hidden variant variantifspec (separated by ':')"
524
+
testouterr_cmd sh {avail -t -o +via mod} ERR "$error_msgs: Invalid element in value list for '-o' option on avail sub-command\n Allowed elements are: modulepath alias provided-alias dirwsym indesym sym tag key hidden variant variantifspec (separated by ':')"
525
525
526
526
# same module in different modulepath, one of them loaded
Copy file name to clipboardExpand all lines: testsuite/modules.70-maint/362-spider_output.exp
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -75,9 +75,9 @@ testouterr_cmd sh {--json ml spi -o sym foo/1.0} ERR "{\"errors\": \[\n{ \"sever
75
75
76
76
# invalid value set
77
77
set tserr_invalid_output_val "$error_msgs: Invalid element in value list for '--output' option on spider sub-command
78
-
Allowed elements are: modulepath alias dirwsym indesym sym tag key hidden variant variantifspec via (separated by ':')"
78
+
Allowed elements are: modulepath alias provided-alias dirwsym indesym sym tag key hidden variant variantifspec via (separated by ':')"
79
79
set tserr_invalid_o_val "$error_msgs: Invalid element in value list for '-o' option on spider sub-command
80
-
Allowed elements are: modulepath alias dirwsym indesym sym tag key hidden variant variantifspec via (separated by ':')"
80
+
Allowed elements are: modulepath alias provided-alias dirwsym indesym sym tag key hidden variant variantifspec via (separated by ':')"
81
81
testouterr_cmd sh {spider --output=foo foo} ERR $tserr_invalid_output_val
82
82
testouterr_cmd sh {spider --output=sym,alias foo} ERR $tserr_invalid_output_val
83
83
testouterr_cmd sh {spider --output="sym alias" foo} ERR $tserr_invalid_output_val
@@ -490,7 +490,7 @@ $modpath.spider3:
490
490
modc/1
491
491
modc/2"
492
492
testouterr_cmd sh {spider -t mod} OK $tserr
493
-
testouterr_cmd sh {spider -t -o +via mod} ERR "$error_msgs: Invalid element in value list for '-o' option on spider sub-command\n Allowed elements are: modulepath alias dirwsym indesym sym tag key hidden variant variantifspec (separated by ':')"
493
+
testouterr_cmd sh {spider -t -o +via mod} ERR "$error_msgs: Invalid element in value list for '-o' option on spider sub-command\n Allowed elements are: modulepath alias provided-alias dirwsym indesym sym tag key hidden variant variantifspec (separated by ':')"
494
494
495
495
# same module in different modulepath, one of them loaded
0 commit comments