aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/src/ct_run.erl
diff options
context:
space:
mode:
authorPeter Andersson <[email protected]>2012-03-13 00:11:48 +0100
committerPeter Andersson <[email protected]>2012-03-13 00:11:48 +0100
commitf9972d68af0cebef9856690b903255c75f1d1b74 (patch)
treee97d42500fa217d7484c0968fdfbf4f28277fd4f /lib/common_test/src/ct_run.erl
parentbcf19f1d079720272198ba1a6b36a8718e6f2303 (diff)
downloadotp-f9972d68af0cebef9856690b903255c75f1d1b74.tar.gz
otp-f9972d68af0cebef9856690b903255c75f1d1b74.tar.bz2
otp-f9972d68af0cebef9856690b903255c75f1d1b74.zip
Fix broken repeat functionality
OTP-9899
Diffstat (limited to 'lib/common_test/src/ct_run.erl')
-rw-r--r--lib/common_test/src/ct_run.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common_test/src/ct_run.erl b/lib/common_test/src/ct_run.erl
index 05b10bca32..e3032e9c02 100644
--- a/lib/common_test/src/ct_run.erl
+++ b/lib/common_test/src/ct_run.erl
@@ -37,7 +37,7 @@
%% Misc internal functions
--export([variables_file_name/1,script_start1/2,run_test1/1]).
+-export([variables_file_name/1,script_start1/2,run_test2/1]).
-include("ct_event.hrl").
-include("ct_util.hrl").