a geicko-2 based round robin ranking system designed to test c++ battleship submissions battleship.dunkirk.sh
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: add --pipe to systemd-run to capture output

+1
+1
internal/runner/runner.go
··· 35 35 // Using service unit (not scope) to get access to network/filesystem isolation 36 36 systemdArgs := []string{ 37 37 "--wait", // Wait for service to complete 38 + "--pipe", // Pipe stdout/stderr to capture output 38 39 "--unit=" + name, // Give it a descriptive name 39 40 "--quiet", // Suppress systemd output 40 41 "--collect", // Automatically clean up after exit