Merge pull request #236 from fsquillace/fix

Remove interface lo when checking iftop
This commit is contained in:
Filippo Squillace 2019-12-15 15:46:20 +01:00 committed by GitHub
commit 7acf16cc73
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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