From e354c18e133bd9eb4652daa181ddf795c857c4e1 Mon Sep 17 00:00:00 2001 From: John Bieren Date: Sep 07 2018 13:01:26 +0000 Subject: Fix chdir for make test --- diff --git a/misc/ltp/test_local.yml b/misc/ltp/test_local.yml index c17bef6..79c9256 100644 --- a/misc/ltp/test_local.yml +++ b/misc/ltp/test_local.yml @@ -74,7 +74,7 @@ - name: Run ltp shell: make -k userspacesuite args: - chdir: "{{ builddir }}" + chdir: ./ always: - name: Fail play if testing failed