From d33097f95204f3eb3cce458f7744f9d30afc50ed Mon Sep 17 00:00:00 2001
From: Eric Bremner <ebremner@uwaterloo.ca>
Date: Tue, 18 Mar 2025 07:50:08 -0400
Subject: [PATCH] ISTWCMS-7189: Fix that recorder works

---
 run_tests.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/run_tests.sh b/run_tests.sh
index 1af68fb..0abe0a7 100755
--- a/run_tests.sh
+++ b/run_tests.sh
@@ -4,6 +4,9 @@ stepper=0;
 installsite=0;
 testname="";
 
+# Ensure we are not using the recorder.
+cp tests/acceptance_norecorder.suite.yml tests/acceptance.suite.yml
+
 # Get the options from the command line.
 while getopts 'rsiet:' OPTION; do
   case "$OPTION" in
@@ -39,9 +42,6 @@ fi;
 rm -rf tests/_output
 rm -rf tests/_data
 
-# Ensure we are not using the recorder.
-cp tests/acceptance_norecorder.suite.yml tests/acceptance.suite.yml
-
 if [[ $installsite == 1 ]]; then
   # Generate a file name for the sql file.
   sqlfile=$(cat /proc/sys/kernel/random/uuid)
-- 
GitLab