diff options
author | Björn Gustavsson <[email protected]> | 2011-12-30 07:32:28 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2012-01-04 16:14:17 +0100 |
commit | af87c27e896533e026b1b6a67d86b4c09f6ba729 (patch) | |
tree | 90c6e9908adb6520464e09cf9aff784de68a4043 /lib/debugger | |
parent | 374020f5f8caa321db46d593aa620ef989f9a758 (diff) | |
download | otp-af87c27e896533e026b1b6a67d86b4c09f6ba729.tar.gz otp-af87c27e896533e026b1b6a67d86b4c09f6ba729.tar.bz2 otp-af87c27e896533e026b1b6a67d86b4c09f6ba729.zip |
compilation_SUITE: Prevent cover from being run on slave nodes
In the self compilation test cases, the compiler compiles itself
and runs the newly compiled version on a slave node. Having the
cover server starting on the slave node defeats the purpose of
the test, since it will load the SAME cover-compiled code on the
slave node. (It will also be slower, but will not improve coverage
since it compiles the same source files again.)
Use a shielded node to prevent the cover server from getting
started on the slave node.
Diffstat (limited to 'lib/debugger')
0 files changed, 0 insertions, 0 deletions