From 2ad6c0edc59c44b6bcbadce333a10e4e1c21ae82 Mon Sep 17 00:00:00 2001 From: marcofilho <marco.filho@ess.eu> Date: Tue, 30 Jul 2024 09:09:48 +0200 Subject: [PATCH] Remove hardcoded filepath This does not mean that the configuration file will permanently stay on this folder/subfolder structure. It's just a way of letting things more easy to test and reproduce for now. --- cmds/st.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmds/st.cmd b/cmds/st.cmd index 12483d4..c1655a0 100644 --- a/cmds/st.cmd +++ b/cmds/st.cmd @@ -11,7 +11,7 @@ drvAsynIPPortConfigure("L0", "$(IPADDR):$(IPPORT) UDP", 0, 0, 1) #asynSetTraceIOMask( L0, -1, 0x4) #asynSetTraceInfoMask ( L0, -1, 0x9) -RMMConfig("RMM", "L0", "/home/marcofilho/fe-vmm-tbl/cmds/config_file/lab_testbed.json", 0) +RMMConfig("RMM", "L0", "$(IOCSH_TOP)/config_file/lab_testbed.json", 0) #VMMTblConfig("portName", ring, number_hybrids) VMMTblConfig("RMM", 0, 2) -- GitLab