mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-12 07:42:56 +00:00
tests: reduce length of nodeinfodata test names
Commit ddd6bef4 switched to the ustar format to fix an issue where 'make dist' fails to create a tarball because we have files with relative names longer than 100 bytes by the time you include a 'libvirt-0.9.13' prefix. Unfortunately, even with ustar format, the use of 'tar -ch' tries to convert symlinks to hard links, also with a name too long (omitting the -h works, but automake automatically passes -h); such symlinks were added in commit 6dcf98c, which resulted in 'make dist' breaking again. The solution is to rename the offending symlinks to something shorter, by shortening the entire nodeinfodata naming scheme. * tests/nodeinfotest.c (mymain): Shorten test names. (linuxTestNodeInfo): Accommodate new names. * tests/nodeinfodata/*: Rename files accordingly.
This commit is contained in:
parent
a22a36e8fe
commit
df80282dab
tests/nodeinfodata
linux-ppc-test1.cpuinfolinux-ppc-test1.expected
linux-test1
linux-test2
cpu
cpu0/topology
cpu1
node
linux-test3/cpu
cpu0/topology
cpu1
cpu10
cpu11
cpu12
cpu13
cpu14
cpu15
cpu16
cpu17
cpu18
cpu19
cpu2
cpu20
cpu21
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user