Skip to content

Commit 2c02939

Browse files
committed
DO NOT MERGE debugging R packages
1 parent 9d90c8b commit 2c02939

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

R/run-tests.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ NUM_TEST_WARNING="$(grep -c -e 'Warnings ----------------' $LOGFILE)"
3232
CRAN_CHECK_LOG_FILE=$FWDIR/cran-check.out
3333
rm -f $CRAN_CHECK_LOG_FILE
3434
# TODO(SPARK-30737) reenable this once packages are correctly installed in Jenkins
35-
# NO_TESTS=1 NO_MANUAL=1 $FWDIR/check-cran.sh 2>&1 | tee -a $CRAN_CHECK_LOG_FILE
36-
# FAILED=$((PIPESTATUS[0]||$FAILED))
35+
NO_TESTS=1 NO_MANUAL=1 $FWDIR/check-cran.sh 2>&1 | tee -a $CRAN_CHECK_LOG_FILE
36+
FAILED=$((PIPESTATUS[0]||$FAILED))
3737
touch $CRAN_CHECK_LOG_FILE
3838

3939
NUM_CRAN_WARNING="$(grep -c WARNING$ $CRAN_CHECK_LOG_FILE)"

0 commit comments

Comments
 (0)