From 201453dbcedc8f7235b2723363356ba5845e5120 Mon Sep 17 00:00:00 2001 From: Yvan Tortorella Date: Wed, 2 Aug 2023 07:26:33 +0200 Subject: [PATCH] Sourcing correct config file during regression execution. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 9daa70aa..3cd2701c 100644 --- a/Makefile +++ b/Makefile @@ -119,7 +119,7 @@ run: .PHONY: test-rt-par-bare ## Run only parallel tests on pulp-runtime test-rt-par-bare: pulp-runtime regression-tests - source env/env.sh; \ + source env/carfield-env.sh; \ cd regression-tests && $(bwruntest) --proc-verbose -v \ -t 3600 --yaml --max-procs 2 \ -o runtime-parallel.xml parallel-bare-tests.yaml @@ -128,7 +128,7 @@ test-rt-par-bare: pulp-runtime regression-tests .PHONY: test-rt-mchan ## Run mchan tests on pulp-runtime test-rt-mchan: pulp-runtime regression-tests - source env/env.sh; \ + source env/carfield-env.sh; \ cd regression-tests && $(bwruntest) --proc-verbose -v \ -t 3600 --yaml --max-procs 2 \ -o runtime-mchan.xml pulp_cluster-mchan-tests.yaml