diff options
author | Patrik Nyblom <[email protected]> | 2012-03-01 16:50:14 +0100 |
---|---|---|
committer | Patrik Nyblom <[email protected]> | 2012-03-21 10:52:30 +0100 |
commit | a2171a3c0a59ff80e7f1f3ee1fcf1b2599a4af12 (patch) | |
tree | c884815e5328ef4dd67c2026e7daed31748e8d57 /lib | |
parent | adcbf2fa3f30619aedc6809924e185728aceb34d (diff) | |
download | otp-a2171a3c0a59ff80e7f1f3ee1fcf1b2599a4af12.tar.gz otp-a2171a3c0a59ff80e7f1f3ee1fcf1b2599a4af12.tar.bz2 otp-a2171a3c0a59ff80e7f1f3ee1fcf1b2599a4af12.zip |
Teach big_boot_embedded testcase about comte
Diffstat (limited to 'lib')
-rw-r--r-- | lib/kernel/test/code_SUITE.erl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/kernel/test/code_SUITE.erl b/lib/kernel/test/code_SUITE.erl index 99b0cd2ffb..4dfa92a755 100644 --- a/lib/kernel/test/code_SUITE.erl +++ b/lib/kernel/test/code_SUITE.erl @@ -1441,6 +1441,9 @@ filter_app("netconf",_) -> % Safe has the same kind of error in the .app file as ic filter_app("safe",_) -> false; +% Comte cannot be started in the "usual" way +filter_app("comte",_) -> + false; % OS_mon does not find it's port program when running cerl filter_app("os_mon",true) -> false; |