clan-core/pkgs/clan-cli/enter_nix_sandbox.sh
Qubasa 4209da96e9
Some checks failed
checks-impure / test (pull_request) Failing after 1m20s
checks / test (pull_request) Failing after 1m55s
Fixed test_webui only failing in nix_sandbox
2023-10-29 19:35:29 +01:00

8 lines
141 B
Bash
Executable File

#!/usr/bin/env bash
set -xeuo pipefail
PID_NIX=$(pgrep --full "python -m pytest" | cut -d " " -f2 | head -n1)
sudo cntr attach "$PID_NIX"