diff mbox series

[ovs-dev] windows, tests: Allow tests to run on MSYS2

Message ID 20190403120334.31072-1-aserdean@ovn.org
State Accepted
Headers show
Series [ovs-dev] windows, tests: Allow tests to run on MSYS2 | expand

Commit Message

Alin-Gabriel Serdean April 3, 2019, 12:03 p.m. UTC
Signed-off-by: Alin Gabriel Serdean <aserdean@ovn.org>
---
 tests/atlocal.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Ben Pfaff April 8, 2019, 7:48 p.m. UTC | #1
On Wed, Apr 03, 2019 at 03:03:34PM +0300, Alin Gabriel Serdean wrote:
> Signed-off-by: Alin Gabriel Serdean <aserdean@ovn.org>

Looks good to me.

Acked-by: Ben Pfaff <blp@ovn.org>
Alin-Gabriel Serdean April 9, 2019, 11:22 a.m. UTC | #2
> On 8 Apr 2019, at 22:48, Ben Pfaff <blp@ovn.org> wrote:
> 
> On Wed, Apr 03, 2019 at 03:03:34PM +0300, Alin Gabriel Serdean wrote:
>> Signed-off-by: Alin Gabriel Serdean <aserdean@ovn.org>
> 
> Looks good to me.
> 
> Acked-by: Ben Pfaff <blp@ovn.org>

Thank you. Applied on master!
diff mbox series

Patch

diff --git a/tests/atlocal.in b/tests/atlocal.in
index 5eff0a0aa..50c2a48a4 100644
--- a/tests/atlocal.in
+++ b/tests/atlocal.in
@@ -100,7 +100,7 @@  esac
 
 # Check for platform.
 case `uname` in
-MINGW*)
+MINGW*|MSYS*)
     IS_WIN32="yes"
     IS_BSD="no"
     ;;