We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 079ce4d commit 220d249Copy full SHA for 220d249
.ci/test-r-package-valgrind.sh
@@ -3,8 +3,8 @@
3
set -e -E -u -o pipefail
4
5
# TODO: remove before merging
6
-echo "[DEBUG] failing with exit code 1"
7
-exit 1
+echo "[DEBUG] failing with exit code 0"
+exit 0
8
9
RDscriptvalgrind ./.ci/install-r-deps.R --test || exit 1
10
sh build-cran-package.sh \
0 commit comments