Skip to content

Commit

Permalink
Removing tail
Browse files Browse the repository at this point in the history
I scoured through everything and added some prints. It looks like tail -f is messing up the web server's ability to make requests, so I'm commenting it out again. Hopefully this fixes the issue!!
  • Loading branch information
nataliejschultz committed Sep 18, 2023
1 parent dbe4fa4 commit e89ae7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emission/integrationTests/start_integration_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ echo "Adding permissions"
chmod +x runIntegrationTests.sh
echo "Permissions added"

tail -f /dev/null
# tail -f /dev/null
# echo "About to sleep! Zzzz..."
# sleep 240
# echo "Done sleeping! Running integration tests:"
Expand Down

0 comments on commit e89ae7e

Please sign in to comment.