fixup! tests/run.sh: shellcheck and other fixes
This commit is contained in:
parent
a944636c02
commit
8c9a1b5491
|
@ -176,7 +176,6 @@ fi
|
||||||
|
|
||||||
# Start awesome.
|
# Start awesome.
|
||||||
start_awesome() {
|
start_awesome() {
|
||||||
export DISPLAY="$D"
|
|
||||||
cd "$build_dir"
|
cd "$build_dir"
|
||||||
# Kill awesome after $timeout_stale seconds (e.g. for errors during test setup).
|
# 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 &
|
DISPLAY="$D" timeout "$timeout_stale" "$AWESOME" -c "$RC_FILE" "${awesome_options[@]}" > "$awesome_log" 2>&1 &
|
||||||
|
|
Loading…
Reference in New Issue