Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
r-cran-bayesplot
Manage
Activity
Members
Labels
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Debian R Packages Maintainers
r-cran-bayesplot
Commits
bcf51274
Commit
bcf51274
authored
4 years ago
by
Andreas Tille
Browse files
Options
Downloads
Patches
Plain Diff
Hack around a problematic test
parent
3f28882a
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
debian/tests/run-unit-test
+9
-0
9 additions, 0 deletions
debian/tests/run-unit-test
with
9 additions
and
0 deletions
debian/tests/run-unit-test
+
9
−
0
View file @
bcf51274
...
...
@@ -10,6 +10,15 @@ fi
cd
$AUTOPKGTEST_TMP
cp
-a
/usr/share/doc/
$debname
/tests/
*
$AUTOPKGTEST_TMP
gunzip
-r
*
# FIXME: Hack around a problematic test
# One test results in
# -- 1. Error: Searches with entities work (#241) (@test-xml_find.R#136) --------
# Can't find `tests/testthat` in current directory.
# The following circumvents this by some not so clean trick
mkdir
testthat/tests
ln
-s
$(
pwd
)
/testthat testthat/tests/testthat
for
testfile
in
*
.R
;
do
echo
"BEGIN TEST
$testfile
"
LC_ALL
=
C.UTF-8 R
--no-save
<
$testfile
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment