Skip to content

Commit

Permalink
Updating packages using npm and making changes to test files
Browse files Browse the repository at this point in the history
  • Loading branch information
ganeshkbhat committed Apr 26, 2022
1 parent 99a3901 commit 07c5c14
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions test/src/process/server/test.cgi.process.nginx.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ var setter = obj.process.set({
stop: { exe: "nginx -s stop", usage: "", args: [] },
reload: { exe: "nginx -s reload", usage: "", args: [] },
quit: { exe: "nginx -s quit", usage: "", args: [] },
startbat: { exe: "../../../../binaries/binscripts/server-nginx/win_start.bat", usage: "", args: [] },
stopbat: { exe: "../../../../binaries/binscripts/server-nginx/win_taskkill.bat", usage: "", args: [] }
startbat: { exe: "../../../../binaries/binscripts/server-nginx/win32_start.bat", usage: "", args: [] },
stopbat: { exe: "../../../../binaries/binscripts/server-nginx/win32_taskkill.bat", usage: "", args: [] }
},
options: {
stdio: 'inherit',
Expand Down
4 changes: 2 additions & 2 deletions test/src/process/server/test.cgi.process.nginx.startbat.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ let proc = obj.process.executeProcess({
stop: { exe: "nginx -s stop", usage: "", args: [] },
reload: { exe: "nginx -s reload", usage: "", args: [] },
quit: { exe: "nginx -s quit", usage: "", args: [] },
startbat: { exe: "../../../../binaries/binscripts/server-nginx/win_start.bat", usage: "", args: [] },
stopbat: { exe: "../../../../binaries/binscripts/server-nginx/win_taskkill.bat", usage: "", args: [] }
startbat: { exe: "../../../../binaries/binscripts/server-nginx/win32_start.bat", usage: "", args: [] },
stopbat: { exe: "../../../../binaries/binscripts/server-nginx/win32_taskkill.bat", usage: "", args: [] }
},
options: {
stdio: 'inherit',
Expand Down
4 changes: 2 additions & 2 deletions test/src/process/server/test.cgi.process.nginx.stopbat.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ let proc = obj.process.executeProcess({
stop: { exe: "nginx -s stop", usage: "", args: [] },
reload: { exe: "nginx -s reload", usage: "", args: [] },
quit: { exe: "nginx -s quit", usage: "", args: [] },
startbat: { exe: "../../../../binaries/binscripts/server-nginx/win_start.bat", usage: "", args: [] },
stopbat: { exe: "../../../../binaries/binscripts/server-nginx/win_taskkill.bat", usage: "", args: [] }
startbat: { exe: "../../../../binaries/binscripts/server-nginx/win32_start.bat", usage: "", args: [] },
stopbat: { exe: "../../../../binaries/binscripts/server-nginx/win32_taskkill.bat", usage: "", args: [] }
},
options: {
stdio: 'inherit',
Expand Down

0 comments on commit 07c5c14

Please sign in to comment.