From 0234f4ed0688adf31f49960cf6bb55e978bcc80b Mon Sep 17 00:00:00 2001
From: Adam Knapp <adam.knapp@sigmatechnology.se>
Date: Mon, 4 Jan 2021 16:53:52 +0100
Subject: [PATCH] Revoke unnecessary modification on Makefile.regression

Change-Id: I128d5f31fe87fa52ebbe5f97c296536e9b8055fb
Signed-off-by: Adam Knapp <adam.knapp@sigmatechnology.se>
---
 regression_test/Makefile.regression | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/regression_test/Makefile.regression b/regression_test/Makefile.regression
index 10ac13ac2..645a3f5e8 100644
--- a/regression_test/Makefile.regression
+++ b/regression_test/Makefile.regression
@@ -33,8 +33,7 @@ endif
 # hardcode a path for Jenkinks to workaround XML/XmlWorkflow/bin/prj2mk.pl
 ifneq ($(origin TTCN3_DIR), file)
 # The directory that the Test Executor is installed in:
-#TTCN3_DIR := $(shell cd $(TOPDIR)/..; pwd)/Install
-TTCN3_DIR := ${HOME}/titan.core/Install
+TTCN3_DIR := $(shell cd $(TOPDIR)/..; pwd)/Install
 export TTCN3_DIR
 # The following would be nicer, but abspath requires make 3.81 (rhea has only 3.79.1)
 #TTCN3_DIR := $(abspath $(TOPDIR)/../Install)
-- 
GitLab