From c77ca51d50260a2454193d423ed10091bc2dc972 Mon Sep 17 00:00:00 2001
From: Reiner Jung <reiner.jung@email.uni-kiel.de>
Date: Fri, 2 Sep 2022 10:35:40 +0200
Subject: [PATCH] Minor fix in inspectIT script, switched config to testing.

---
 config.rc                         | 2 +-
 frameworks/inspectIT/benchmark.sh | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/config.rc b/config.rc
index 9a7859b..5545700 120000
--- a/config.rc
+++ b/config.rc
@@ -1 +1 @@
-experiment.rc
\ No newline at end of file
+test.rc
\ No newline at end of file
diff --git a/frameworks/inspectIT/benchmark.sh b/frameworks/inspectIT/benchmark.sh
index 4c44071..4ae88fa 100755
--- a/frameworks/inspectIT/benchmark.sh
+++ b/frameworks/inspectIT/benchmark.sh
@@ -119,7 +119,6 @@ LABELS=$(createRLabels)
 runStatistics
 
 cleanupResults
-{RAWFN}*
 
 mv "${BASE_DIR}/inspectIT.log" "${RESULTS_DIR}/inspectIT.log"
 [ -f "${RESULTS_DIR}/hotspot-1-${RECURSION_DEPTH}-1.log" ] && grep "<task " "${RESULTS_DIR}/"hotspot-*.log > "${RESULTS_DIR}/java.log"
-- 
GitLab