File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -9,12 +9,13 @@ e2e_test:
9
9
if [ " $( RUN_E2E_TESTS) " != " true" ]; then \
10
10
echo " Skipping end to end tests." ; \
11
11
else \
12
+ set -e; \
12
13
echo " Running end to end tests..." ; \
13
- wget https://github.com/segmentio/library-e2e-tester/releases/download/0.1.1 /tester_linux_amd64; \
14
+ wget https://github.com/segmentio/library-e2e-tester/releases/download/0.2.0 /tester_linux_amd64; \
14
15
chmod +x tester_linux_amd64; \
15
16
chmod +x e2e_test.sh; \
16
- ./tester_linux_amd64 -segment-write-key=" $SEGMENT_WRITE_KEY " -runscope-token =" $RUNSCOPE_TOKEN " -runscope -bucket=" $RUNSCOPE_BUCKET " -path=' ./e2e_test.sh' ; \
17
+ ./tester_linux_amd64 -segment-write-key=" $( SEGMENT_WRITE_KEY) " -webhook-auth-username =" $( WEBHOOK_AUTH_USERNAME ) " -webhook -bucket=" $( WEBHOOK_BUCKET ) " -path=' ./e2e_test.sh' ; \
17
18
echo " End to end tests completed!" ; \
18
19
fi
19
20
20
- .PHONY : test dist e2e_test
21
+ .PHONY : test dist e2e_test
You can’t perform that action at this time.
0 commit comments