aboutsummaryrefslogtreecommitdiffstats
path: root/erts/etc/unix
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2010-11-29 12:01:29 +0100
committerLukas Larsson <[email protected]>2010-11-29 12:01:29 +0100
commitbc651f186ca1bf0db0f9746db15672e302c80aaf (patch)
tree1b02d932aff59f2a639e91bf4452c00fa7a75962 /erts/etc/unix
parent623c515a97516a262640dd0aae5a88cfaf179524 (diff)
parentb0d50a05e3cebf92d484027407814103a0da6ea6 (diff)
downloadotp-bc651f186ca1bf0db0f9746db15672e302c80aaf.tar.gz
otp-bc651f186ca1bf0db0f9746db15672e302c80aaf.tar.bz2
otp-bc651f186ca1bf0db0f9746db15672e302c80aaf.zip
Merge branch 'lukas/common_test/rename_run_test/OTP-8936' into dev
* lukas/common_test/rename_run_test/OTP-8936: Update ct_run deprectaion warning to work properly on windows Update documentation after rename of run_test to ct_run Update make and install files to use ct_run instead of run_test and to keep a link to run_test available Add deprication warning to run_test.c
Diffstat (limited to 'erts/etc/unix')
-rw-r--r--erts/etc/unix/Install.src5
1 files changed, 4 insertions, 1 deletions
diff --git a/erts/etc/unix/Install.src b/erts/etc/unix/Install.src
index 7dead62ab0..8f40c43874 100644
--- a/erts/etc/unix/Install.src
+++ b/erts/etc/unix/Install.src
@@ -89,9 +89,12 @@ cp -p $ERL_ROOT/erts-%I_VSN%/bin/erl .
cp -p $ERL_ROOT/erts-%I_VSN%/bin/erlc .
cp -p $ERL_ROOT/erts-%I_VSN%/bin/dialyzer .
cp -p $ERL_ROOT/erts-%I_VSN%/bin/typer .
-cp -p $ERL_ROOT/erts-%I_VSN%/bin/run_test .
+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!