Skip to content

Commit

Permalink
No interactive
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnicols committed Dec 23, 2024
1 parent 0ae175c commit 990f2f9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions runner/main/jobtypes/performance/performance.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ function performance_to_env_file() {
DBHOST_DBREPLICA
WEBSERVER
MOODLE_WWWROOT
SITESIZE
)
echo "${env[@]}"
}
Expand Down Expand Up @@ -152,8 +153,8 @@ function performance_generate_test_data() {
# Generate the test plan files and capture the output
local testplancmd
performance_testplan_generator_command testplancmd # By nameref.
echo "Running: docker exec -i -t -u www-data "${WEBSERVER}" "${testplancmd[@]}""
testplanfiles=$(docker exec -i -t -u www-data "${WEBSERVER}" "${testplancmd[@]}")
echo "Running: docker exec -t -u www-data "${WEBSERVER}" "${testplancmd[@]}""
testplanfiles=$(docker exec -t -u www-data "${WEBSERVER}" "${testplancmd[@]}")

# Display the captured output
echo "Captured Output:"
Expand Down

0 comments on commit 990f2f9

Please sign in to comment.