diff options
author | Zandra <[email protected]> | 2016-05-25 12:25:08 +0200 |
---|---|---|
committer | Zandra <[email protected]> | 2016-05-31 10:00:41 +0200 |
commit | 649570eda7789f96aeb1c776e3c0dfbd0e4670a2 (patch) | |
tree | 1e35cbee5d4c733d2660c3254b18a7c876cda77f /lib/common_test/src | |
parent | 362777650d98b506028242a3a114fd587fe09c90 (diff) | |
download | otp-649570eda7789f96aeb1c776e3c0dfbd0e4670a2.tar.gz otp-649570eda7789f96aeb1c776e3c0dfbd0e4670a2.tar.bz2 otp-649570eda7789f96aeb1c776e3c0dfbd0e4670a2.zip |
Remove noop log call in common_test
Diffstat (limited to 'lib/common_test/src')
-rw-r--r-- | lib/common_test/src/ct_run.erl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/common_test/src/ct_run.erl b/lib/common_test/src/ct_run.erl index 1e5f935198..c00428cbf6 100644 --- a/lib/common_test/src/ct_run.erl +++ b/lib/common_test/src/ct_run.erl @@ -1209,7 +1209,6 @@ run_all_specs([], _, _, TotResult) -> end; run_all_specs([{Specs,TS} | TSs], Opts, StartOpts, TotResult) -> - log_ts_names(Specs), Combined = #opts{config = TSConfig} = combine_test_opts(TS, Specs, Opts), AllConfig = merge_vals([Opts#opts.config, TSConfig]), try run_one_spec(TS, |