Add spack to the PATH for doc tests
This commit is contained in:
		@@ -28,6 +28,9 @@ deps=(
 | 
				
			|||||||
# Check for dependencies
 | 
					# Check for dependencies
 | 
				
			||||||
"$QA_DIR/check_dependencies" "${deps[@]}" || exit 1
 | 
					"$QA_DIR/check_dependencies" "${deps[@]}" || exit 1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# Add Spack to the PATH.
 | 
				
			||||||
 | 
					export PATH="$SPACK_ROOT/bin:$PATH"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Move to documentation directory
 | 
					# Move to documentation directory
 | 
				
			||||||
# Allows script to be run from anywhere
 | 
					# Allows script to be run from anywhere
 | 
				
			||||||
cd "$DOC_DIR"
 | 
					cd "$DOC_DIR"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user