summaryrefslogtreecommitdiff
path: root/THANKS
diff options
context:
space:
mode:
authorScott Lystig Fritchie <slfritchie@snookles.com>2011-08-11 15:52:34 -0500
committerScott Lystig Fritchie <slfritchie@snookles.com>2011-08-11 15:52:34 -0500
commit34dd0ccdd9135015aef9984fc1047b664da2e361 (patch)
tree7038244a9a9f89d817e30be3283f1c0f12cbc081 /THANKS
parent6736e3147e8587c0c22aff5040e80f1129ce9e79 (diff)
EUnit: reset vm state after test run
Added new property to `eunit_opts` option list: reset_after_eunit::boolean() - default = true. If true, try to "reset" VM state to approximate state prior to running the EUnit tests: * Stop net_kernel if it was started * Stop OTP applications not running before EUnit tests were run * Kill processes not running before EUnit tests were run * Reset OTP application environment variables
Diffstat (limited to 'THANKS')
-rw-r--r--THANKS1
1 files changed, 1 insertions, 0 deletions
diff --git a/THANKS b/THANKS
index 89dff05..4e38e79 100644
--- a/THANKS
+++ b/THANKS
@@ -63,3 +63,4 @@ Mattias Holmlund
Tino Breddin
David Nonnenmacher
Anders Nygren
+Scott Lystig Fritchie