File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ TEMP_FOLDER="$(mktemp -d /tmp/doctum-resume-parse-test.XXXXXXXXX)"
1818echo " Using temp foler: ${TEMP_FOLDER} "
1919
2020echo " 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
2323echo " 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
2626echo " Moving files to: ${TEMP_FOLDER} "
2727
@@ -31,7 +31,7 @@ mv tests/phar/data/cache ${TEMP_FOLDER}
3131cleanWorkspace
3232
3333echo " 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
3636echo " Comparing cache"
3737diff --unified --color=always --minimal --suppress-common-lines --recursive tests/phar/data/cache/ " ${TEMP_FOLDER} /cache/"
You can’t perform that action at this time.
0 commit comments