File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed
.github/jobs/configure-checks Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -187,22 +187,6 @@ compile_assertions_finished () {
187187 assert_line " * webserver group.....: apache"
188188}
189189
190- @test " Check for newly added webserver group (Nginx)" {
191- if [ " $distro_id " != " ID=fedora" ]; then
192- # Debian/Ubuntu start with a www-data group
193- skip
194- fi
195- repo-remove httpd nginx
196- for www_group in nginx apache; do
197- userdel ${www_group} || true
198- groupdel ${www_group} || true
199- done
200- repo-install nginx
201- run ./configure --with-domjudge-user=$u
202- assert_line " checking webserver-group... nginx (detected)"
203- assert_line " * webserver group.....: nginx"
204- }
205-
206190@test " Run as normal user" {
207191 setup
208192 run ./configure --with-domjudge-user=$u
You can’t perform that action at this time.
0 commit comments