Skip to content

Commit

Permalink
Fixing pgrep command in test_flight_sql.sh, again
Browse files Browse the repository at this point in the history
  • Loading branch information
prmoore77 committed Feb 29, 2024
1 parent 5f7385f commit 7ff5e0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test_flight_sql.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ started="0"

# Check if the process is running
while [ $elapsed_time -lt $timeout_limit ]; do
# Check if the process is running using --exact to match the whole process name
# Check if the process is running
if pgrep "flight_sql" > /dev/null; then
echo "Flight SQL Server process started successfully!"
started="1"
Expand Down

0 comments on commit 7ff5e0d

Please sign in to comment.