Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
b7b4c8d8
Commit
b7b4c8d8
authored
May 23, 1999
by
Per Cederqvist
Browse files
(l2g_start): Handle TRACED_ALLOCATIONS.
parent
99c028ab
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/testsuite/config/unix.exp
View file @
b7b4c8d8
...
...
@@ -78,6 +78,8 @@ proc l2g_start {} {
global nl
global expect_active
global expect_always
global test
global MEMTRACE
spawn $l2g
set l2g_id $spawn_id
...
...
@@ -88,6 +90,21 @@ proc l2g_start {} {
talk_to l2g
set test "starting l2g"
expect {
-re "^Where does the trace want to go today. .stderr.$nl" {
pass "Tracing is activated ($MEMTRACE)"
send "$MEMTRACE\n"
continue -expect
}
-re "^l2g> " {
pass "$test"
}
}
unset test
send "\n"
simple_expect "^EMPTY LINE" "noop command"
if {$efence} {
l2g_send "I9"
l2g_send "a9 3 17"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment