backports/uranium: fix check
This commit is contained in:
parent
b5577c66f1
commit
c73afaf110
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