blob: 8deba53f8f19fa3c385b476c049db21443a3a2a5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
set test "println"
set ::result_string {hello
world
777
hello world
hello world
foo
foobar
foobar
777
foo99
99foo
123456789
hello999
999hello
}
stap_run2 $srcdir/$subdir/$test.stp
|