Skip to content

Commit

Permalink
vagrant: use RECHECK=yes for system checks
Browse files Browse the repository at this point in the history
Use RECHECK=yes for both kernel and userspace datapath tests.

Signed-off-by: Thadeu Lima de Souza Cascardo <[email protected]>
Acked-by: Daniele Di Proietto <[email protected]>
  • Loading branch information
Thadeu Lima de Souza Cascardo authored and ddiproietto committed Oct 7, 2016
1 parent 7979c44 commit 960e99d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ SCRIPT

$test_kmod = <<SCRIPT
cd ~/build
make check-kmod
make check-kmod RECHECK=yes
SCRIPT

$install_rpm = <<SCRIPT
Expand Down Expand Up @@ -81,7 +81,7 @@ SCRIPT

$test_ovs_system_userspace = <<SCRIPT
cd ~/build
make check-system-userspace
make check-system-userspace RECHECK=yes
SCRIPT

Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
Expand Down

0 comments on commit 960e99d

Please sign in to comment.