diff options
author | Lukas Larsson <[email protected]> | 2013-02-22 10:51:42 +0100 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2013-02-22 10:51:42 +0100 |
commit | 266e32412752dd8f4892a460638eeedeeafdd788 (patch) | |
tree | 7d7b3efeeda019cf11c00d1b46c48f43b87118e2 /erts/etc/unix | |
parent | 348178af5a16329b2030604fa79bd3f9c1048ff0 (diff) | |
download | otp-266e32412752dd8f4892a460638eeedeeafdd788.tar.gz otp-266e32412752dd8f4892a460638eeedeeafdd788.tar.bz2 otp-266e32412752dd8f4892a460638eeedeeafdd788.zip |
Remove the deprecated run_test start program
It was replaced by ct_run in R14B.
Diffstat (limited to 'erts/etc/unix')
-rw-r--r-- | erts/etc/unix/Install.src | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/erts/etc/unix/Install.src b/erts/etc/unix/Install.src index 2dcd070a6d..53836449b3 100644 --- a/erts/etc/unix/Install.src +++ b/erts/etc/unix/Install.src @@ -92,9 +92,6 @@ cp -p "$ERL_ROOT/erts-%I_VSN%/bin/typer" . cp -p "$ERL_ROOT/erts-%I_VSN%/bin/ct_run" . cp -p "$ERL_ROOT/erts-%I_VSN%/bin/escript" . -# Remove in R16B -ln -s ct_run run_test - # # Set a soft link to epmd # This should not be done for an embedded system! |