Fix gc-runtime test
It was failing on some platforms. http://hydra.nixos.org/build/39538866
This commit is contained in:
		
							parent
							
								
									e5949b5ce8
								
							
						
					
					
						commit
						2c8c103ef8
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -10,7 +10,7 @@ esac
 | 
				
			||||||
set -m # enable job control, needed for kill
 | 
					set -m # enable job control, needed for kill
 | 
				
			||||||
 | 
					
 | 
				
			||||||
profiles="$NIX_STATE_DIR"/profiles
 | 
					profiles="$NIX_STATE_DIR"/profiles
 | 
				
			||||||
rm -f $profiles/*
 | 
					rm -rf $profiles
 | 
				
			||||||
 | 
					
 | 
				
			||||||
nix-env -p $profiles/test -f ./gc-runtime.nix -i gc-runtime
 | 
					nix-env -p $profiles/test -f ./gc-runtime.nix -i gc-runtime
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue