Skip to content
Snippets Groups Projects
Commit f6d07b54 authored by Adam J. Stewart's avatar Adam J. Stewart
Browse files

Always run spack unit tests

parent 9b455e92
No related branches found
No related tags found
No related merge requests found
...@@ -35,27 +35,6 @@ export PATH="$SPACK_ROOT/bin:$PATH" ...@@ -35,27 +35,6 @@ export PATH="$SPACK_ROOT/bin:$PATH"
# Allows script to be run from anywhere # Allows script to be run from anywhere
cd "$SPACK_ROOT" cd "$SPACK_ROOT"
# Array of directories containing core Spack framework
core_dirs=(
bin
etc
# lib, but skip documentation
lib/spack/env
lib/spack/external
lib/spack/llnl
lib/spack/spack
share
)
# Gather array of changed files
changed=($("$QA_DIR/changed_files" "${core_dirs[@]}"))
# Exit if no core Spack framework files were modified
if [[ ! "${changed[@]}" ]]; then
echo "No core Spack framework files were modified."
exit 0
fi
# Run integration tests # Run integration tests
# TODO: should these be separated into a different test suite? # TODO: should these be separated into a different test suite?
source "$SPACK_ROOT/share/spack/setup-env.sh" source "$SPACK_ROOT/share/spack/setup-env.sh"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment