diff options
author | Ilya Etingof <etingof@gmail.com> | 2016-03-12 10:42:48 +0100 |
---|---|---|
committer | Ilya Etingof <etingof@gmail.com> | 2016-03-12 10:42:48 +0100 |
commit | 6f0ba0a5fc6b4db5e6a8d6f3eb1442b4d340017c (patch) | |
tree | 717145a8160641880e52c14ecdefadc6d0f5747c /runtests.sh | |
parent | 8cf8616278ea149a62a4bea3879103bea480de29 (diff) | |
download | pysnmp-git-6f0ba0a5fc6b4db5e6a8d6f3eb1442b4d340017c.tar.gz |
more fixes to test scripts
Diffstat (limited to 'runtests.sh')
-rwxr-xr-x | runtests.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runtests.sh b/runtests.sh index e6a55f00..b4b0075d 100755 --- a/runtests.sh +++ b/runtests.sh @@ -14,7 +14,8 @@ for x in examples/hlapi/asyncore/sync/manager/cmdgen/*.py \ examples/smi/agent/*.py do case "$x" in - *spoof*) + *spoof*|*ipv6*) + echo "skipping $x" continue ;; *) |