Skip to content

Commit

Permalink
Fix integration tests (#675)
Browse files Browse the repository at this point in the history
  • Loading branch information
dwilkie committed Jul 11, 2024
1 parent 6f01d5c commit db404d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ source $current_dir/../support/test_helpers.sh
scenario=$current_dir/../../scenarios/zamtel_inbound.xml

log_file="zamtel_inbound_*_messages.log"
rm -f "$log_file"
rm -f $log_file

reset_db
create_load_balancer_entry "gwalt" "5080"
Expand Down
2 changes: 1 addition & 1 deletion components/testing/tests/public_gateway/inbound_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ source $current_dir/../support/test_helpers.sh
scenario=$current_dir/../../scenarios/smart_inbound.xml

log_file="smart_inbound_*_messages.log"
rm -f "$log_file"
rm -f $log_file

media_server="$(dig +short freeswitch)"
public_gateway="$(dig +short public_gateway)"
Expand Down

0 comments on commit db404d4

Please sign in to comment.