diff options
author | Andrzej Telezynski <[email protected]> | 2011-08-25 00:45:07 +0200 |
---|---|---|
committer | Henrik Nord <[email protected]> | 2011-08-30 15:22:20 +0200 |
commit | 7e2c8763c225dc16f98cc5746fa141b970a6aaf3 (patch) | |
tree | 0edf82aa3d89cdbb14a295c685c6ceccfefc55bd /lib/observer/test/ttb_helper.erl | |
parent | 1924817788f381da1b8356e336d62f4687717ee4 (diff) | |
download | otp-7e2c8763c225dc16f98cc5746fa141b970a6aaf3.tar.gz otp-7e2c8763c225dc16f98cc5746fa141b970a6aaf3.tar.bz2 otp-7e2c8763c225dc16f98cc5746fa141b970a6aaf3.zip |
Support for stopped and resumed tracing.
Diffstat (limited to 'lib/observer/test/ttb_helper.erl')
-rw-r--r-- | lib/observer/test/ttb_helper.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/observer/test/ttb_helper.erl b/lib/observer/test/ttb_helper.erl index 570ce934ab..19fdc0e159 100644 --- a/lib/observer/test/ttb_helper.erl +++ b/lib/observer/test/ttb_helper.erl @@ -11,7 +11,7 @@ -define(NODE_CMD(Name), "erl -sname " ++ atom_to_list(Name) ++ - " -pa .. -pa . -detached -run h send_ok"). + " -pa .. -pa . -detached -run ttb_helper send_ok"). -define(REG_NAME, nc_testing). new_fun() -> |