We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f90dce6 commit f3b0647Copy full SHA for f3b0647
.gitignore
@@ -2,3 +2,4 @@
2
dist
3
tags
4
*.egg-info
5
+Dockerfile
run_tests.sh
@@ -2,10 +2,6 @@
set -eux
-# 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
-
9
cd testgres/tests
10
${PYTHON} -m unittest test_simple
11
0 commit comments