diff options
author | Andrey Pampukha <[email protected]> | 2010-04-12 15:46:16 +0200 |
---|---|---|
committer | Raimo Niskanen <[email protected]> | 2010-06-09 16:19:17 +0200 |
commit | 05f69de43fc8f95baab30e940cd80df86a433e1e (patch) | |
tree | 45b9cdad246c37bf253c2b71f0df6435a6756b9f /lib/common_test/src/ct_util.hrl | |
parent | 2a8a08a1752392a5e9e745c2a0929642812333e0 (diff) | |
download | otp-05f69de43fc8f95baab30e940cd80df86a433e1e.tar.gz otp-05f69de43fc8f95baab30e940cd80df86a433e1e.tar.bz2 otp-05f69de43fc8f95baab30e940cd80df86a433e1e.zip |
Improve eval and node_start and add new options for ct_slave
Diffstat (limited to 'lib/common_test/src/ct_util.hrl')
-rw-r--r-- | lib/common_test/src/ct_util.hrl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/common_test/src/ct_util.hrl b/lib/common_test/src/ct_util.hrl index c2f51dfba5..7c8fd67e1d 100644 --- a/lib/common_test/src/ct_util.hrl +++ b/lib/common_test/src/ct_util.hrl @@ -29,6 +29,7 @@ -record(testspec, {spec_dir, nodes=[], + node_start=[], logdir=["."], cover=[], config=[], |