diff options
Diffstat (limited to 'erts')
-rw-r--r-- | erts/emulator/test/emulator.spec | 2 | ||||
-rw-r--r-- | erts/epmd/test/epmd.spec | 2 | ||||
-rw-r--r-- | erts/test/system.spec | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/erts/emulator/test/emulator.spec b/erts/emulator/test/emulator.spec index 533252219f..1ea751cc3b 100644 --- a/erts/emulator/test/emulator.spec +++ b/erts/emulator/test/emulator.spec @@ -1 +1 @@ -{suites,"emulator_test",all}. +{suites,"../emulator_test",all}. diff --git a/erts/epmd/test/epmd.spec b/erts/epmd/test/epmd.spec index d77bc4afb9..e72272cf94 100644 --- a/erts/epmd/test/epmd.spec +++ b/erts/epmd/test/epmd.spec @@ -1 +1 @@ -{suites,"epmd_test",all}. +{suites,"../epmd_test",all}. diff --git a/erts/test/system.spec b/erts/test/system.spec index 7da3cfc64a..e0561ba0b2 100644 --- a/erts/test/system.spec +++ b/erts/test/system.spec @@ -1 +1 @@ -{suites,"system_test",all}. +{suites,"../system_test",all}. |