Fixed test_webui only failing in nix_sandbox
This commit is contained in:
7
pkgs/clan-cli/enter_nix_sandbox.sh
Executable file
7
pkgs/clan-cli/enter_nix_sandbox.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -xeuo pipefail
|
||||
|
||||
PID_NIX=$(pgrep --full "python -m pytest" | cut -d " " -f2 | head -n1)
|
||||
|
||||
sudo cntr attach "$PID_NIX"
|
||||
Reference in New Issue
Block a user