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

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

dunkirk.sh 9964c20e 2361beb2

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