Skip to content

Commit

Permalink
test: Drop function keyword from common.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jajik committed Jul 20, 2023
1 parent f040fd5 commit 4fbc561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/includes/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ IMG=${IMG:=quay.io/$USER/tomcat_mod_cluster}
HTTPD_IMG=${HTTPD_IMG:=quay.io/${USER}/httpd_mod_cluster}

# Runs a test file ($1) under given name ($2, if given)
function run_test() {
run_test() {
local ret=0
if [ -z ${2+x} ]; then
printf "Running %-42s ..." $2
Expand Down

0 comments on commit 4fbc561

Please sign in to comment.