Skip to content
Snippets Groups Projects
Commit d33097f9 authored by Eric Bremner's avatar Eric Bremner
Browse files

ISTWCMS-7189: Fix that recorder works

parent 1d61c030
No related branches found
No related tags found
1 merge request!83ISTWCMS-7160 Fix service content type in testAutomaticListBlocksSettings in...
......@@ -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)
......
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