Config-based KasmVNC
This commit is contained in:
committed by
Anthony Merrill
parent
d9cf46f83e
commit
36a1ffc5e4
10
spec/vncserver_perl_warnings_spec.py
Normal file
10
spec/vncserver_perl_warnings_spec.py
Normal file
@@ -0,0 +1,10 @@
|
||||
from mamba import description, context, it, fit, before, after
|
||||
from expects import expect, equal, contain, match
|
||||
from helper.spec_helper import start_xvnc, kill_xvnc, run_cmd, clean_env, \
|
||||
add_kasmvnc_user_docker, clean_kasm_users, start_xvnc_pexpect, \
|
||||
write_config, config_filename
|
||||
|
||||
with description("Perl warnings"):
|
||||
with it("treats Perl warning as error"):
|
||||
completed_process = run_cmd("vncserver -dry-run")
|
||||
expect(completed_process.stderr).not_to(match(r'line \d+\.$'))
|
||||
Reference in New Issue
Block a user