mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
*: rename, clean up functional tests
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
This commit is contained in:
4
test
4
test
@@ -37,7 +37,7 @@ source ./build
|
||||
|
||||
# build before setting up test GOPATH
|
||||
if [[ "${PASSES}" == *"functional"* ]]; then
|
||||
./tools/functional-tester/build
|
||||
./functional/build
|
||||
fi
|
||||
|
||||
if [ -z "$PASSES" ]; then
|
||||
@@ -196,7 +196,7 @@ function functional_pass {
|
||||
done
|
||||
|
||||
echo "Starting 'etcd-tester'"
|
||||
./bin/etcd-tester --config ./tools/functional-tester/tester/local-test.yaml && echo "'etcd-tester' succeeded"
|
||||
./bin/etcd-tester --config ./functional.yaml && echo "'etcd-tester' succeeded"
|
||||
ETCD_TESTER_EXIT_CODE=$?
|
||||
echo "ETCD_TESTER_EXIT_CODE:" ${ETCD_TESTER_EXIT_CODE}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user