diff options
author | Siri Hansen <[email protected]> | 2012-11-15 08:56:43 +0100 |
---|---|---|
committer | Siri Hansen <[email protected]> | 2012-11-15 08:56:43 +0100 |
commit | a7af6cae44d1837d0c6cb35b99feff1260659102 (patch) | |
tree | 4a10368bb1e92ee3106feeab15146ec95bd5ac10 /lib/common_test/test | |
parent | 15ae7c1f17f4516475e9ea60942fb60464a7e3de (diff) | |
parent | 042c2986445465f843e5dc4be4df34b28381d0d2 (diff) | |
download | otp-a7af6cae44d1837d0c6cb35b99feff1260659102.tar.gz otp-a7af6cae44d1837d0c6cb35b99feff1260659102.tar.bz2 otp-a7af6cae44d1837d0c6cb35b99feff1260659102.zip |
Merge branch 'maint'
Diffstat (limited to 'lib/common_test/test')
-rw-r--r-- | lib/common_test/test/ct_netconfc_SUITE.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common_test/test/ct_netconfc_SUITE.erl b/lib/common_test/test/ct_netconfc_SUITE.erl index 30084a6228..3042a924fe 100644 --- a/lib/common_test/test/ct_netconfc_SUITE.erl +++ b/lib/common_test/test/ct_netconfc_SUITE.erl @@ -113,7 +113,7 @@ reformat(Events, EH) -> %%%----------------------------------------------------------------- %%% TEST EVENTS %%%----------------------------------------------------------------- -events_to_check(Test,Config) -> +events_to_check(default,Config) -> {module,_} = code:load_abs(filename:join(?config(data_dir,Config), netconfc1_SUITE)), TCs = netconfc1_SUITE:all(), |