aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/test_server/ts_run.erl
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2019-03-18 15:06:36 +0100
committerLukas Larsson <[email protected]>2019-03-25 16:34:11 +0100
commit3379747ece9a9d87ddb29dff5bf2a9b6e9b1cd9d (patch)
tree91f1b360d7c8e6bd69001cf5ea22f436559e5599 /lib/common_test/test_server/ts_run.erl
parent043d9e406fc0ffae447b245b853014c7c739b31d (diff)
downloadotp-3379747ece9a9d87ddb29dff5bf2a9b6e9b1cd9d.tar.gz
otp-3379747ece9a9d87ddb29dff5bf2a9b6e9b1cd9d.tar.bz2
otp-3379747ece9a9d87ddb29dff5bf2a9b6e9b1cd9d.zip
erts: Always run fds check after each testcase
Diffstat (limited to 'lib/common_test/test_server/ts_run.erl')
-rw-r--r--lib/common_test/test_server/ts_run.erl1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/common_test/test_server/ts_run.erl b/lib/common_test/test_server/ts_run.erl
index 7e12b9652c..84ca87a626 100644
--- a/lib/common_test/test_server/ts_run.erl
+++ b/lib/common_test/test_server/ts_run.erl
@@ -247,6 +247,7 @@ make_command(Vars, Spec, State) ->
%% " -test_server_format_exception false",
" -boot start_sasl -sasl errlog_type error",
" -pz \"",Cwd,"\"",
+ " -pz \"",TestDir,"\"",
" -ct_test_vars ",TestVars,
" -eval \"ts_run:ct_run_test(\\\"",TestDir,"\\\", ",
backslashify(lists:flatten(State#state.test_server_args)),")\""