From 026d4f0a1687dbd5d93a8bba5b1ff89a453305fc Mon Sep 17 00:00:00 2001 From: John Bieren Date: Sep 06 2018 17:35:13 +0000 Subject: make -k to run entire suite --- diff --git a/misc/ltp/test_local.yml b/misc/ltp/test_local.yml index cf11cb6..c17bef6 100644 --- a/misc/ltp/test_local.yml +++ b/misc/ltp/test_local.yml @@ -72,9 +72,9 @@ - block: - name: Run ltp - make: - target: userspacesuite - chdir: ./ + shell: make -k userspacesuite + args: + chdir: "{{ builddir }}" always: - name: Fail play if testing failed