Commit 74844514 authored by Jim Harris's avatar Jim Harris Committed by Tomasz Zawadzki
Browse files

test: rename ice irq fetch patch



Windows can't checkout a branch that has a "*" in
the filename. So rename this file by just removing
the "*".

I know, Windows you ask? I'm using a Windows laptop
for now, until I get my MacBook next week. :-)
Thought I'd try cloning on Windows and ran into this.

Signed-off-by: default avatarJim Harris <jim.harris@samsung.com>
Change-Id: I3638997c5f0e52d94971e938249348308695bc54
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/20032


Reviewed-by: default avatarTomasz Zawadzki <tomasz.zawadzki@intel.com>
Reviewed-by: default avatarChangpeng Liu <changpeng.liu@intel.com>
Tested-by: default avatarSPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: default avatarMichal Berger <michal.berger@intel.com>
parent 4506cc60
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -386,7 +386,7 @@ function install_ice() {
		patch --dir="$GIT_REPOS/ice-$ICE_VERSION" -p1 \
			 < "$rootdir/test/common/config/pkgdep/patches/ice/0001-devlink-set-features.patch"
		patch --dir="$GIT_REPOS/ice-$ICE_VERSION" -p1 \
			 < "$rootdir/test/common/config/pkgdep/patches/ice/0001-stats-fetch_*_irq.patch"
			 < "$rootdir/test/common/config/pkgdep/patches/ice/0001-stats-fetch_irq.patch"
	fi

	(