Skip to content

Commit

Permalink
Merge pull request #2499 from xrmx/moar-backports-2.0
Browse files Browse the repository at this point in the history
More backports for 2.0.21
  • Loading branch information
xrmx authored Oct 24, 2022
2 parents c06ddf8 + e6c2674 commit 6bf2ae5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion plugins/coroae/uwsgiplugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
coroapi = p

if not coroapi:
print "unable to find the Coro perl module !!!"
print("unable to find the Coro perl module !!!")
sys.exit(1)

NAME='coroae'
Expand Down
2 changes: 1 addition & 1 deletion tests/gh-shared.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ test_rack() {
# the code assumes that ruby environment is activated by `rvm use`
echo -e "${bldyel}================== TESTING $1 $2 =====================${txtrst}"
echo -e "${bldyel}>>> Installing sinatra gem using gem${txtrst}"
sudo gem install sinatra || die
sudo gem install sinatra -v 2.2.2 || die
echo -e "${bldyel}>>> Spawning uWSGI rack app${txtrst}"
echo -en "${bldred}"
./uwsgi --master --plugin 0:$1 --http :8080 --exit-on-reload --touch-reload reload.txt --rack $2 --daemonize uwsgi.log
Expand Down
2 changes: 1 addition & 1 deletion tests/travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ test_rack() {
# the code assumes that ruby environment is activated by `rvm use`
echo -e "${bldyel}================== TESTING $1 $2 =====================${txtrst}"
echo -e "${bldyel}>>> Installing sinatra gem using gem${txtrst}"
sudo gem install sinatra || die
sudo gem install sinatra -v 2.2.2 || die
echo -e "${bldyel}>>> Spawning uWSGI rack app${txtrst}"
echo -en "${bldred}"
./uwsgi --master --plugin 0:$1 --http :8080 --exit-on-reload --touch-reload reload.txt --rack $2 --daemonize uwsgi.log
Expand Down

0 comments on commit 6bf2ae5

Please sign in to comment.