We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cca5f8c commit d9f4f8dCopy full SHA for d9f4f8d
run_tests.sh
@@ -1,5 +1,8 @@
1
#!/usr/bin/env bash
2
3
+# DEBUG port-for
4
+cat /proc/sys/net/ipv4/ip_local_port_range
5
+
6
cd testgres/tests
7
${PYTHON} -m unittest test_simple
8
flake8 --ignore=W191,F401,E501,F403 .
0 commit comments