From 7c3803a09bf6407a6f1b8ed536d90a0f00f8a48b Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Thu, 28 Mar 2024 10:23:40 +0100 Subject: End-to-end tests: be independent of local rc files --- test/end-to-end/built-in-rules/export_counting.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/end-to-end/built-in-rules/export_counting.sh b/test/end-to-end/built-in-rules/export_counting.sh index 93564434..a24c502a 100644 --- a/test/end-to-end/built-in-rules/export_counting.sh +++ b/test/end-to-end/built-in-rules/export_counting.sh @@ -89,14 +89,14 @@ EOF # The export target is analysed in 3 configuration, but only two # are different in the relevant part of the configuration; so # we should see two uncached export targets. -"${JUST_MR}" --just "${JUST}" --local-build-root "${LBR}" \ +"${JUST_MR}" --just "${JUST}" --local-build-root "${LBR}" --norc \ build -f "${LOG}" --log-limit 4 2>&1 echo grep 'xport.*2 uncached' "${LOG}" echo # After building once, the export targets should be cached. -"${JUST_MR}" --just "${JUST}" --local-build-root "${LBR}" \ +"${JUST_MR}" --just "${JUST}" --local-build-root "${LBR}" --norc \ build -f "${LOG}" --log-limit 4 2>&1 echo grep 'xport.*2 cached' "${LOG}" -- cgit v1.2.3