Skip to content

Commit

Permalink
Print output
Browse files Browse the repository at this point in the history
Signed-off-by: Faisal Memon <[email protected]>
  • Loading branch information
faisal-memon committed Nov 11, 2024
1 parent f48ee13 commit c60ae1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/tests/it/run-mysql-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ fail(){

testWithParameter(){
var=$(docker compose exec client su client -c "/run/client/mysql-connect.sh \"$1\"")
echo $var

if echo "$var" | grep -q "[email protected]"; then
if [ "$2" -eq 1 ]; then
Expand Down

0 comments on commit c60ae1a

Please sign in to comment.