summaryrefslogtreecommitdiff
path: root/share/spack
diff options
context:
space:
mode:
authorMassimiliano Culpo <massimiliano.culpo@gmail.com>2022-10-25 12:27:13 +0200
committerGitHub <noreply@github.com>2022-10-25 12:27:13 +0200
commit4b237349a32798bbdfd55e8c41f9d79180ce2cf2 (patch)
treea07a78c8c82a3c8dbd065636693aaaf7cbc4d2a3 /share/spack
parentd361378553812f1bd173ded62be404bd1ae1b858 (diff)
downloadspack-4b237349a32798bbdfd55e8c41f9d79180ce2cf2.tar.gz
spack-4b237349a32798bbdfd55e8c41f9d79180ce2cf2.tar.bz2
spack-4b237349a32798bbdfd55e8c41f9d79180ce2cf2.tar.xz
spack-4b237349a32798bbdfd55e8c41f9d79180ce2cf2.zip
Remove recursive symbolic link in lib/spack/docs from git repository (#33483)
Delete code removing the symlink during CI
Diffstat (limited to 'share/spack')
-rwxr-xr-xshare/spack/qa/run-shell-tests6
-rwxr-xr-xshare/spack/qa/run-unit-tests4
2 files changed, 0 insertions, 10 deletions
diff --git a/share/spack/qa/run-shell-tests b/share/spack/qa/run-shell-tests
index a300bee98b..465c68000e 100755
--- a/share/spack/qa/run-shell-tests
+++ b/share/spack/qa/run-shell-tests
@@ -56,9 +56,3 @@ fish "$QA_DIR/setup-env-test.fish"
# run csh and tcsh tests
csh "$QA_DIR/setup-env-test.csh"
tcsh "$QA_DIR/setup-env-test.csh"
-
-# Delete the symlink going from ./lib/spack/docs/_spack_root back to
-# the initial directory, since it causes ELOOP errors with codecov/actions@2
-if [[ "$COVERAGE" == "true" ]]; then
- rm lib/spack/docs/_spack_root
-fi
diff --git a/share/spack/qa/run-unit-tests b/share/spack/qa/run-unit-tests
index 2de6b6101d..478e582242 100755
--- a/share/spack/qa/run-unit-tests
+++ b/share/spack/qa/run-unit-tests
@@ -74,7 +74,3 @@ fi
bash "$QA_DIR/test-env-cfg.sh"
-
-# Delete the symlink going from ./lib/spack/docs/_spack_root back to
-# the initial directory, since it causes ELOOP errors with codecov/actions@2
-rm lib/spack/docs/_spack_root