diff options
-rw-r--r-- | testing/ruby-concurrent-ruby/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/ruby-concurrent-ruby/APKBUILD b/testing/ruby-concurrent-ruby/APKBUILD index 670bafea56..835a1f2d0a 100644 --- a/testing/ruby-concurrent-ruby/APKBUILD +++ b/testing/ruby-concurrent-ruby/APKBUILD @@ -31,7 +31,7 @@ build() { $_gemname-ext } -xcheck() { +check() { cd "$builddir" rspec --tag ~unfinished --tag ~buggy --tag ~edge spec } |