Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for TMUX (0.26 sec)

  1. common/scripts/setup_env.sh

        exit 1
      fi
      echo "Using cached image $IMG, created $(<<<"$latest" cut -d~ -f3)" >&2
    fi
    
    ENV_BLOCKLIST="${ENV_BLOCKLIST:-^_\|^PATH=\|^GOPATH=\|^GOROOT=\|^SHELL=\|^EDITOR=\|^TMUX=\|^USER=\|^HOME=\|^PWD=\|^TERM=\|^RUBY_\|^GEM_\|^rvm_\|^SSH=\|^TMPDIR=\|^CC=\|^CXX=\|^MAKEFILE_LIST=}"
    
    # Remove functions from the list of exported variables, they mess up with the `env` command.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 14:37:27 UTC 2024
    - 8.3K bytes
    - Viewed (0)
  2. src/os/signal/signal_test.go

    				}
    			})
    		}
    	})
    
    	t.Run("nohup", func(t *testing.T) {
    		// Skip the nohup test below when running in tmux on darwin, since nohup
    		// doesn't work correctly there. See issue #5135.
    		if runtime.GOOS == "darwin" && os.Getenv("TMUX") != "" {
    			t.Skip("Skipping nohup test due to running in tmux on darwin")
    		}
    
    		// Again, this time with nohup, assuming we can find it.
    		_, err := exec.LookPath("nohup")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Nov 09 15:34:56 UTC 2023
    - 27.2K bytes
    - Viewed (0)
Back to top