backports/uranium: fix check
This commit is contained in:
parent
bf0e2b33ee
commit
0dd3721c62
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ build() {
|
|||
|
||||
check() {
|
||||
# useless code style test with another dependency
|
||||
ctest -j $JOBS --output-on-failure -T Test
|
||||
ctest --output-on-failure -T Test
|
||||
}
|
||||
|
||||
package() {
|
||||
|
|
Loading…
Reference in a new issue