Accepting request 1099706 from home:Guillaume_G:branches:openSUSE:Factory:ARM
- Update tests-skip-time01-on-32bit-time_t.patch to not run test on armv6 either OBS-URL: https://build.opensuse.org/request/show/1099706 OBS-URL: https://build.opensuse.org/package/show/Base:System/tar?expand=0&rev=124
This commit is contained in:
parent
65fd109a09
commit
8426ec0588
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jul 20 09:57:28 UTC 2023 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||||
|
|
||||||
|
- Update tests-skip-time01-on-32bit-time_t.patch to not run test
|
||||||
|
on armv6 either
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 14 11:07:40 UTC 2023 - Danilo Spinella <danilo.spinella@suse.com>
|
Tue Feb 14 11:07:40 UTC 2023 - Danilo Spinella <danilo.spinella@suse.com>
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@ Index: tar-1.34/tests/time01.at
|
|||||||
tar -c -f archive.tar dir
|
tar -c -f archive.tar dir
|
||||||
+
|
+
|
||||||
+case "$( uname -m )" in
|
+case "$( uname -m )" in
|
||||||
+ i686 | ppc | armv7l)
|
+ i686 | ppc | armv6l | armv7l)
|
||||||
+ # "SUSE: disabled for now on platforms with 32-bit time_t"
|
+ # "SUSE: disabled for now on platforms with 32-bit time_t"
|
||||||
+ AT_SKIP_TEST
|
+ AT_SKIP_TEST
|
||||||
+ ;;
|
+ ;;
|
||||||
|
Loading…
Reference in New Issue
Block a user