diff options
author | Lukas Larsson <[email protected]> | 2010-11-12 11:28:40 +0100 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2010-11-29 11:59:34 +0100 |
commit | 451991730f405db085cc69fafd14b07ca3879458 (patch) | |
tree | 96b0286c7d5686dcc5e716a4827be279e8f582b2 /erts/etc/unix | |
parent | 14d2033ce29ebd2761026194682f5480576edb6d (diff) | |
download | otp-451991730f405db085cc69fafd14b07ca3879458.tar.gz otp-451991730f405db085cc69fafd14b07ca3879458.tar.bz2 otp-451991730f405db085cc69fafd14b07ca3879458.zip |
Update make and install files to use ct_run instead of run_test and to keep a link to run_test available
Diffstat (limited to 'erts/etc/unix')
-rw-r--r-- | erts/etc/unix/Install.src | 5 |
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! |