summaryrefslogtreecommitdiff
path: root/share/spack/qa/run-shell-tests
diff options
context:
space:
mode:
Diffstat (limited to 'share/spack/qa/run-shell-tests')
-rwxr-xr-xshare/spack/qa/run-shell-tests6
1 files changed, 0 insertions, 6 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