blob: fcbe0c820adf42015116d9f4045e4d1ea4c4a42e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
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
|