mirror of
https://github.com/nicolabs/ciform.git
synced 2025-09-07 16:10:07 +02:00
11 lines
310 B
Bash
Executable file
11 lines
310 B
Bash
Executable file
#!/bin/sh
|
|
#set -vx
|
|
# Starts Konqueror minimized to execute the tests in the background
|
|
# TODO ? start and stop the server before running the navigators to gather tests ?
|
|
kstart --iconify --keepbelow konqueror $*
|
|
#trap "pkill -P $$;exit" INT TERM EXIT
|
|
#while [ true ]
|
|
#do
|
|
# sleep 1 # waiting for a signal
|
|
#done
|