From 11a439499bfacc85e5b006f41d37237d29be06bc Mon Sep 17 00:00:00 2001 From: Filippo Squillace Date: Sun, 15 Dec 2019 13:05:14 +0000 Subject: [PATCH] Remove interface lo when checking iftop --- .travis.yml | 3 --- lib/checks/check.sh | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 13c3d4a..38470dc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,7 +27,4 @@ script: - yes | junest setup --delete - JUNEST_HOME=~/.junest-arm junest proot --fakeroot -- ${PWD}/lib/checks/check.sh - - JUNEST_HOME=~/.junest-arm junest ns -- ${PWD}/lib/checks/check.sh - # Do not run root test because iftop does not work well in arm - - JUNEST_HOME=~/.junest-arm sudo -E ${PWD}/bin/junest groot -- ${PWD}/lib/checks/check.sh - yes | JUNEST_HOME=~/.junest-arm junest setup --delete diff --git a/lib/checks/check.sh b/lib/checks/check.sh index 55acd1b..fb60ff0 100755 --- a/lib/checks/check.sh +++ b/lib/checks/check.sh @@ -64,7 +64,7 @@ pacman --noconfirm -Rsn ${repo_package1} repo_package2=iftop info "Checking ${repo_package2} package from official repo..." pacman --noconfirm -S ${repo_package2} -$RUN_ROOT_TESTS && iftop -t -s 5 -i lo +$RUN_ROOT_TESTS && iftop -t -s 5 pacman --noconfirm -Rsn ${repo_package2} if ! $SKIP_AUR_TESTS