File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -31,25 +31,25 @@ jobs:
3131 no_output_timeout : 60m
3232 - run :
3333 name : Connect new -> old
34- command : sudo ../root_version/build/etserver --daemon; sudo cp ../root_version/build/etterminal /usr/bin/etterminal; sleep 3; build/et -c "ls" localhost --logtostdout --verbose=9
34+ command : export ET_NO_TELEMETRY=YES; sudo ../root_version/build/etserver --daemon; sudo cp ../root_version/build/etterminal /usr/bin/etterminal; sleep 3; build/et -c "ls" localhost --logtostdout --verbose=9
3535 - run :
3636 name : Connect new -> old (ipv6)
37- command : build/et -c "ls" 0:0:0:0:0:0:0:1 --logtostdout --verbose=9
37+ command : ET_NO_TELEMETRY=YES build/et -c "ls" 0:0:0:0:0:0:0:1 --logtostdout --verbose=9
3838 - run :
3939 name : Connect new -> old (ipv6 with port in host)
40- command : build/et -c "ls" 0:0:0:0:0:0:0:1:2022 --logtostdout --verbose=9
40+ command : ET_NO_TELEMETRY=YES build/et -c "ls" 0:0:0:0:0:0:0:1:2022 --logtostdout --verbose=9
4141 - run :
4242 name : Connect new -> old (ipv6 abbreviated)
43- command : build/et -c "ls" ::1 --logtostdout --verbose=9
43+ command : ET_NO_TELEMETRY=YES build/et -c "ls" ::1 --logtostdout --verbose=9
4444 - run :
4545 name : Connect new -> old (ipv6 abbreviated with port arg)
46- command : build/et -c "ls" ::1 --port 2022 --logtostdout --verbose=9
46+ command : ET_NO_TELEMETRY=YES build/et -c "ls" ::1 --port 2022 --logtostdout --verbose=9
4747 - run :
4848 name : Kill server
4949 command : sudo pkill etserver
5050 - run :
5151 name : Connect old -> new
52- command : export TERM=xterm-256color; sudo build/etserver --daemon; sudo cp build/etterminal /usr/bin/etterminal; sleep 3; ../root_version/build/et -c "ls" localhost --logtostdout --verbose=9
52+ command : export TERM=xterm-256color; export ET_NO_TELEMETRY=YES; sudo build/etserver --daemon; sudo cp build/etterminal /usr/bin/etterminal; sleep 3; ../root_version/build/et -c "ls" localhost --logtostdout --verbose=9
5353 - run :
5454 name : Kill server
5555 command : sudo pkill etserver
You can’t perform that action at this time.
0 commit comments