Skip to content
Snippets Groups Projects
Commit 636b641d authored by Simon Rose's avatar Simon Rose
Browse files

Added TEMP_CELL_PATH export

parent 846fcd6b
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment