Remove interface lo when checking iftop

This commit is contained in:
Filippo Squillace 2019-12-15 13:05:14 +00:00
parent e0dd3257a8
commit 11a439499b
2 changed files with 1 additions and 4 deletions

View file

@ -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

View file

@ -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