Skip to content
Snippets Groups Projects

Draft: Integration test for smcv's pending branches

Open Simon McVittie requested to merge wip/smcv/staging into main
1 unresolved thread
Compare and Show latest version
14 files
+ 115
12
Compare changes
  • Side-by-side
  • Inline
Files
14
+ 1
1
@@ -19,7 +19,7 @@ _srt_redirect_log () {
local SRT_LOGGER_READY
if [ -z "$logger" ]; then
logger="${this_file%/*}/../libexec/steam-runtime-tools-0/srt-logger"
logger="${this_file%/*}/srt-logger"
fi
if ! fifo=$("$logger" --mkfifo); then
Loading