mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-13 20:18:45 +00:00
test: start work on Pale Moon tests
Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
2
test/palemoon/app/Procfile
Normal file
2
test/palemoon/app/Procfile
Normal file
@@ -0,0 +1,2 @@
|
||||
xtigervnc: ./xtigervnc.sh
|
||||
dwm: ./dwm.sh
|
||||
6
test/palemoon/app/dwm.sh
Executable file
6
test/palemoon/app/dwm.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
export DISPLAY=:0
|
||||
while true; do
|
||||
dwm
|
||||
sleep 1
|
||||
done
|
||||
3
test/palemoon/app/main.sh
Executable file
3
test/palemoon/app/main.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash -e
|
||||
cd /app
|
||||
goreman start
|
||||
2
test/palemoon/app/xtigervnc.sh
Executable file
2
test/palemoon/app/xtigervnc.sh
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/bin/bash -e
|
||||
exec Xtigervnc -desktop "$VNC_DESKTOP_NAME" -geometry "$VNC_GEOMETRY" -listen tcp -ac -SecurityTypes None -AlwaysShared -AcceptKeyEvents -AcceptPointerEvents -SendCutText -AcceptCutText :0
|
||||
Reference in New Issue
Block a user