aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/src/ct_util.hrl
diff options
context:
space:
mode:
authorAndrey Pampukha <[email protected]>2010-04-12 15:46:16 +0200
committerRaimo Niskanen <[email protected]>2010-06-09 16:19:17 +0200
commit05f69de43fc8f95baab30e940cd80df86a433e1e (patch)
tree45b9cdad246c37bf253c2b71f0df6435a6756b9f /lib/common_test/src/ct_util.hrl
parent2a8a08a1752392a5e9e745c2a0929642812333e0 (diff)
downloadotp-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.hrl1
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=[],