Skip to content
Snippets Groups Projects
Commit 4ef18a48 authored by Anders Lindh Olsson's avatar Anders Lindh Olsson :8ball:
Browse files

Remove (now) superfluous passing of cell path

parent 09d544da
No related branches found
No related tags found
1 merge request!207E3-1751: Fix make test to use cellbuild's path
Pipeline #214493 passed
TEST_DIR:=$(TOP)/tests TEST_DIR:=$(TOP)/tests
RUN_IOCSH_TEST_COMMAND = run-iocsh -r "$(E3_MODULE_NAME),$(E3_MODULE_VERSION)" -l $(TEMP_CELL_PATH) RUN_IOCSH_TEST_COMMAND = run-iocsh -r "$(E3_MODULE_NAME),$(E3_MODULE_VERSION)"
TEMP_CELL_PATH := $(TOP)/testMods-$(shell date +"%y%m%d%H%M%S") TEMP_CELL_PATH := $(TOP)/testMods-$(shell date +"%y%m%d%H%M%S")
RMDIR = $(RM) -rf RMDIR = $(RM) -rf
......
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