Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit f3b0647

Browse files
committed
remove useless commands from run_tests.sh
1 parent f90dce6 commit f3b0647

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
dist
33
tags
44
*.egg-info
5+
Dockerfile

run_tests.sh

-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22

33
set -eux
44

5-
# DEBUG port-for
6-
cat /proc/sys/net/ipv4/ip_local_port_range
7-
${PYTHON} -c "with open('/proc/sys/net/ipv4/ip_local_port_range') as f: l, h = f.read().split(); print(l); print(h);"
8-
95
cd testgres/tests
106
${PYTHON} -m unittest test_simple
117

0 commit comments

Comments
 (0)