0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-22 17:00:52 +01:00

chore: e2e test script yarn removes too many things (#10358)

This commit is contained in:
Paul D'Ambra 2022-06-20 10:03:56 +01:00 committed by GitHub
parent 99f88b6bc5
commit 79c960b223
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ nc -z localhost 9092 || ( echo -e "\033[0;31mKafka isn't running. Please run\n\t
wget -nv -t1 --spider 'http://localhost:8123/' || ( echo -e "\033[0;31mClickhouse isn't running. Please run\n\tdocker compose -f docker-compose.arm64.yml up zookeeper kafka clickhouse db redis.\nI'll wait while you do that.\033[0m" ; bin/check_kafka_clickhouse_up )
trap "trap - SIGTERM && yarn remove cypress cypress-terminal-report @cypress/webpack-preprocessor && kill -- -$$" SIGINT SIGTERM EXIT
trap "trap - SIGTERM && yarn remove cypress cypress-terminal-report && kill -- -$$" SIGINT SIGTERM EXIT
dropdb --if-exists $DATABASE
createdb $DATABASE