]> git.koha-community.org Git - koha.git/commit
Bug 31108: rename ./t/00-check-atomic-updates.pl extension to *.t
authorMason James <mtj@kohaaloha.com>
Wed, 6 Jul 2022 10:54:55 +0000 (22:54 +1200)
committerVictor Grousset/tuxayo <victor@tuxayo.net>
Sat, 13 Aug 2022 16:01:57 +0000 (18:01 +0200)
commit1d4dbdab06f7f76e3d2a90663589357e21e6a2aa
tree756304912d275ee04f9d19fa408fec1f7f541634
parent14df91408da10906288d337bfcc5c96880f2e825
Bug 31108: rename ./t/00-check-atomic-updates.pl extension to *.t

to test...

1/ run prove, test is not run :(
 prove ./t | grep 00-check-atomic-updates.pl | wc -l
 0

2/ apply patch

3/ run prove, test is run :)
 prove ./t | grep 00-check-atomic-updates.t | wc -l
 2

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit 8884068904b77ecb8dff7875a056129443b08e6b)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
(cherry picked from commit fea07bfab8d4a58bc07929585939a9472c384a59)
Signed-off-by: Arthur Suzuki <arthur.suzuki@biblibre.com>
(cherry picked from commit 1df5e78deb59d1ae87d315389c84a77ef9409194)
Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net>
t/00-check-atomic-updates.pl [deleted file]
t/00-check-atomic-updates.t [new file with mode: 0755]