Skip to content

Commit 6e53e78

Browse files
committed
ts: check autoinit loop safeguard mechanism in 70/120
1 parent d455636 commit 6e53e78

File tree

5 files changed

+173
-12
lines changed

5 files changed

+173
-12
lines changed

testsuite/example/initrc.in

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ if {[info exists env(TESTSUITE_INITRC)]} {
2525
silentdbg1 {
2626
module config silent_shell_debug 1
2727
}
28+
inprogress1 {
29+
module config set_shell_startup 1
30+
module use [getenv TESTSUITEDIR]/modulefiles.3
31+
module load refresh/5.0
32+
}
2833
}
2934
}
3035
catch {module load unk}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#%Module
2+
3+
# run Bash script to get value for variable
4+
setenv FOO [exec $env(TESTSUITEDIR)/systest2 foo]
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
#%Module

0 commit comments

Comments
 (0)