mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00

- build & test scripts deprecated. Call *.sh variants. This will avoid delete the symlinks and get rid of subtle dependency on 'sed --follow-symlinks' on OsX/BSD sed. - Fix parameters to mktemp
7 lines
112 B
Bash
Executable File
7 lines
112 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
echo -e "\e[91mDEPRECATED!!! Use test.sh script instead.\e[0m\n"
|
|
sleep 1
|
|
|
|
source ./test.sh
|