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