Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| be9f146cdc | |||
| e7d23b0717 |
BIN
bats-core-1.11.1.tar.gz
LFS
BIN
bats-core-1.11.1.tar.gz
LFS
Binary file not shown.
3
bats-core-1.12.0.tar.gz
Normal file
3
bats-core-1.12.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e36b020436228262731e3319ed013d84fcd7c4bd97a1b34dee33d170e9ae6bab
|
||||
size 175914
|
||||
10
bats.changes
10
bats.changes
@@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat May 24 13:45:04 UTC 2025 - Olav Reinert <seroton10@gmail.com>
|
||||
|
||||
- update to 1.12.0:
|
||||
* added bats::on_failure hook that gets called when a test or setup* function fails (#1031)
|
||||
* increase compatibility with Solaris (#1043)
|
||||
* fix noclobber breaking bats-gather-tests (#1042)
|
||||
* fix exiting with 0 despite bats:focus when all tests have been filtered out (#1058)
|
||||
* remove deprecated ubuntu 20.04 from CI config (#1083)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 15 16:53:50 UTC 2024 - Andrea Manzini <andrea.manzini@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package bats
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%define pname %{name}-core
|
||||
Name: bats
|
||||
Version: 1.11.1
|
||||
Version: 1.12.0
|
||||
Release: 0
|
||||
Summary: Bash Automated Testing System
|
||||
License: MIT
|
||||
|
||||
Reference in New Issue
Block a user