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

Commit e03322e

Browse files
committed
improve tests script
1 parent d9f4f8d commit e03322e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

run_tests.sh

+4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
#!/usr/bin/env bash
22

3+
set -eux
4+
35
# DEBUG port-for
46
cat /proc/sys/net/ipv4/ip_local_port_range
57

68
cd testgres/tests
79
${PYTHON} -m unittest test_simple
10+
11+
cd ../..
812
flake8 --ignore=W191,F401,E501,F403 .

0 commit comments

Comments
 (0)