aboutsummaryrefslogtreecommitdiffstats
path: root/lib/sasl/test/installer.erl
diff options
context:
space:
mode:
authorSiri Hansen <[email protected]>2011-06-15 16:52:12 +0200
committerSiri Hansen <[email protected]>2011-06-15 16:52:12 +0200
commit03842c215fa5cd90ea72bc135e29a25065199e4e (patch)
tree561c0453029d33edf4a1478381180d7960651d98 /lib/sasl/test/installer.erl
parente751eb8d6e8fd5945d4a14ebbc10b9cd858521e1 (diff)
downloadotp-03842c215fa5cd90ea72bc135e29a25065199e4e.tar.gz
otp-03842c215fa5cd90ea72bc135e29a25065199e4e.tar.bz2
otp-03842c215fa5cd90ea72bc135e29a25065199e4e.zip
Remove path to erts bin dir from erlsrv arguments
The service will automatically use the start_erl.exe from the same directory as erlsrv.exe, and heart will use $PATH, which will always have the erts bin dir first. The reason is to avoid using old executables after upgrading erts via the release_handler.
Diffstat (limited to 'lib/sasl/test/installer.erl')
-rw-r--r--lib/sasl/test/installer.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sasl/test/installer.erl b/lib/sasl/test/installer.erl
index 8515fb7478..f5ceab0dc4 100644
--- a/lib/sasl/test/installer.erl
+++ b/lib/sasl/test/installer.erl
@@ -634,7 +634,7 @@ start_client_win32(TestNode,Client,ClientSname) ->
RootDir),
StartErlArgs = rh_test_lib:get_start_erl_args(RootDir,RelClientDir,
ClientArgs),
- ServiceArgs = rh_test_lib:get_service_args("4.4", RootDir, RelClientDir,
+ ServiceArgs = rh_test_lib:get_service_args(RootDir, RelClientDir,
ClientSname, StartErlArgs),
?print([{start_client,ClientSname},ServiceArgs]),