mirror of https://github.com/containers/podman.git
				
				
				
			hack/bats: Allow specifying PODMAN_ROOTLESS_USER
Signed-off-by: Ricardo Branco <rbranco@suse.de>
This commit is contained in:
		
							parent
							
								
									0a65e7c203
								
							
						
					
					
						commit
						c1ad54f89a
					
				|  | @ -124,7 +124,7 @@ if [[ -z "$CONTAINERS_HELPER_BINARY_DIR" ]]; then | ||||||
| fi | fi | ||||||
| 
 | 
 | ||||||
| # Used in 120-load test to identify rootless destination for podman image scp | # Used in 120-load test to identify rootless destination for podman image scp | ||||||
| export PODMAN_ROOTLESS_USER=$(id -un) | export PODMAN_ROOTLESS_USER=${PODMAN_ROOTLESS_USER:-$(id -un)} | ||||||
| 
 | 
 | ||||||
| # Make sure to always check for leaks when running locally | # Make sure to always check for leaks when running locally | ||||||
| export PODMAN_BATS_LEAK_CHECK=1 | export PODMAN_BATS_LEAK_CHECK=1 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue