diff options
author | Lukas Larsson <[email protected]> | 2017-05-22 17:28:11 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2017-10-12 17:34:57 +0200 |
commit | 19c5a5f7f15d02395694b32090d1b24c3934c5d8 (patch) | |
tree | 000235e7e3ee80978a9c20f5a50dd5c344b4c792 /erts/emulator/test/Makefile | |
parent | 4c42d5b93e32444f185043e74c9b408cd76dc661 (diff) | |
download | otp-19c5a5f7f15d02395694b32090d1b24c3934c5d8.tar.gz otp-19c5a5f7f15d02395694b32090d1b24c3934c5d8.tar.bz2 otp-19c5a5f7f15d02395694b32090d1b24c3934c5d8.zip |
erts: Use SIGRTMIN on linux for sys_suspend
The Linux real-time signal is better used on Linux
for suspending schedulers during shutdown as it doesn't
collide with SIGUSR2 usage of other applications.
Diffstat (limited to 'erts/emulator/test/Makefile')
-rw-r--r-- | erts/emulator/test/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/erts/emulator/test/Makefile b/erts/emulator/test/Makefile index 370fcb0f3a..5898a8ee8f 100644 --- a/erts/emulator/test/Makefile +++ b/erts/emulator/test/Makefile @@ -57,6 +57,7 @@ MODULES= \ dirty_nif_SUITE \ distribution_SUITE \ driver_SUITE \ + dump_SUITE \ efile_SUITE \ erts_debug_SUITE \ estone_SUITE \ |