mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-17 07:47:41 +01:00
fixup! tests/run.sh: shellcheck and other fixes
This commit is contained in:
parent
a944636c02
commit
8c9a1b5491
1 changed files with 0 additions and 1 deletions
|
@ -176,7 +176,6 @@ fi
|
|||
|
||||
# Start awesome.
|
||||
start_awesome() {
|
||||
export DISPLAY="$D"
|
||||
cd "$build_dir"
|
||||
# Kill awesome after $timeout_stale seconds (e.g. for errors during test setup).
|
||||
DISPLAY="$D" timeout "$timeout_stale" "$AWESOME" -c "$RC_FILE" "${awesome_options[@]}" > "$awesome_log" 2>&1 &
|
||||
|
|
Loading…
Reference in a new issue