diff options
author | Björn Gustavsson <[email protected]> | 2017-06-01 14:51:20 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2017-06-03 08:45:46 +0200 |
commit | 6a18795542432fb3f8ba1d4306ec28d6a9250f3e (patch) | |
tree | 99e55feb672123fa02ad1ca07bc7a7ddfe7764b5 /erts/emulator/test/Makefile | |
parent | ff1234e3eba1889a9b8cd81cc03f38cac78a67fe (diff) | |
download | otp-6a18795542432fb3f8ba1d4306ec28d6a9250f3e.tar.gz otp-6a18795542432fb3f8ba1d4306ec28d6a9250f3e.tar.bz2 otp-6a18795542432fb3f8ba1d4306ec28d6a9250f3e.zip |
Remove obsolete old_scheduler_SUITE
old_scheduler_SUITE was written before the SMP emulator.
It does not test anything that scheduler_SUITE does not
test. Keeping it wastes time when running the emulator
test suite, and does not help us find any bugs that
scheduler_SUITE would find.
Diffstat (limited to 'erts/emulator/test/Makefile')
-rw-r--r-- | erts/emulator/test/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/erts/emulator/test/Makefile b/erts/emulator/test/Makefile index 2479ccc01f..fcd7244ae9 100644 --- a/erts/emulator/test/Makefile +++ b/erts/emulator/test/Makefile @@ -117,7 +117,6 @@ MODULES= \ tracer_SUITE \ tracer_test \ scheduler_SUITE \ - old_scheduler_SUITE \ port_trace_SUITE \ unique_SUITE \ z_SUITE \ |