Skip to content

Commit 220d249

Browse files
committed
exit 0
1 parent 079ce4d commit 220d249

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.ci/test-r-package-valgrind.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
set -e -E -u -o pipefail
44

55
# TODO: remove before merging
6-
echo "[DEBUG] failing with exit code 1"
7-
exit 1
6+
echo "[DEBUG] failing with exit code 0"
7+
exit 0
88

99
RDscriptvalgrind ./.ci/install-r-deps.R --test || exit 1
1010
sh build-cran-package.sh \

0 commit comments

Comments
 (0)