From 636b641d7933990a30e3704b322b781fdbd7c1fa Mon Sep 17 00:00:00 2001 From: Simon Rose <simon.rose@ess.eu> Date: Mon, 1 Mar 2021 12:41:06 +0100 Subject: [PATCH] Added TEMP_CELL_PATH export --- configure/modules/CONFIG_TEST | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure/modules/CONFIG_TEST b/configure/modules/CONFIG_TEST index 2dc8de63..f679a454 100644 --- a/configure/modules/CONFIG_TEST +++ b/configure/modules/CONFIG_TEST @@ -2,3 +2,5 @@ RUN_IOCSH_TEST_COMMAND = run-iocsh --name "${EPICS_BASE}/require/${E3_REQUIRE_VERSION}/bin/iocsh.bash" -r "$(E3_MODULE_NAME),$(E3_MODULE_VERSION)" -l $(TEMP_CELL_PATH) TEMP_CELL_PATH := $(TOP)/testMods-$(shell date +"%y%m%d%H%M%S") RMDIR = $(RM) -rf + +EXPORT_VARS += TEMP_CELL_PATH \ No newline at end of file -- GitLab