mirror of
https://github.com/fsquillace/junest.git
synced 2026-01-23 10:35:36 +00:00
Merge pull request #236 from fsquillace/fix
Remove interface lo when checking iftop
This commit is contained in:
commit
7acf16cc73
2 changed files with 1 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue