summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre LALET2017-01-24 22:26:39 +0100
committeranthraxx2017-07-17 19:19:35 +0200
commitaf877c6a40c30f72d32999f82d6789f5a1270a84 (patch)
tree14a44b81a3c7d9daf316f2b3d212cd415be61083
parent48822c19783324b0449c5eb057708405a804e28c (diff)
downloadaur-af877c6a40c30f72d32999f82d6789f5a1270a84.tar.gz
scapy-git: [PATCH 3/3] Enable tests that do not require network access
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6de8c377fd5c..2fc8c762a557 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -42,8 +42,8 @@ build() {
check() {
cd ${pkgname}/test
- # Disabled tests as they currently hang
- #./run_tests
+ # Run only main tests, without network access
+ ./run_tests -K netaccess -F
}
package() {