Skip to content

Commit 376665b

Browse files
committed
ci: --ignore-parse-errors on parse tests
1 parent 9cbfd65 commit 376665b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/resume-from-parse-test.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ TEMP_FOLDER="$(mktemp -d /tmp/doctum-resume-parse-test.XXXXXXXXX)"
1818
echo "Using temp foler: ${TEMP_FOLDER}"
1919

2020
echo "Running parse"
21-
./bin/doctum.php parse -v --no-progress --no-ansi --force tests/phar/data/doctum-absolute.conf.php
21+
./bin/doctum.php parse -v --ignore-parse-errors --no-progress --no-ansi --force tests/phar/data/doctum-absolute.conf.php
2222

2323
echo "Running render"
24-
./bin/doctum.php render -v --no-progress --no-ansi --force tests/phar/data/doctum-absolute.conf.php
24+
./bin/doctum.php render -v --ignore-parse-errors --no-progress --no-ansi --force tests/phar/data/doctum-absolute.conf.php
2525

2626
echo "Moving files to: ${TEMP_FOLDER}"
2727

@@ -31,7 +31,7 @@ mv tests/phar/data/cache ${TEMP_FOLDER}
3131
cleanWorkspace
3232

3333
echo "Running update"
34-
./bin/doctum.php update -v --no-progress --no-ansi --force tests/phar/data/doctum-absolute.conf.php
34+
./bin/doctum.php update -v --ignore-parse-errors --no-progress --no-ansi --force tests/phar/data/doctum-absolute.conf.php
3535

3636
echo "Comparing cache"
3737
diff --unified --color=always --minimal --suppress-common-lines --recursive tests/phar/data/cache/ "${TEMP_FOLDER}/cache/"

0 commit comments

Comments
 (0)