From 05a4ed82094e0acb23b3629771ac032a8c1d7545 Mon Sep 17 00:00:00 2001 From: Marek Safar Date: Tue, 1 Oct 2019 10:11:29 +0200 Subject: [PATCH] [netcore] Update coreclr tests package name Commit migrated from https://github.com/mono/mono/commit/e5f218786d5cf427a5bc1794c32df02a5f89bb46 --- src/mono/netcore/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mono/netcore/Makefile b/src/mono/netcore/Makefile index 54b433c..72eb883 100644 --- a/src/mono/netcore/Makefile +++ b/src/mono/netcore/Makefile @@ -245,9 +245,9 @@ update-tests-coreclr: coreclr/.stamp-tests coreclr/.stamp-tests: rm -rf coreclr/tests curl -L "$(CORECLR_TESTS)" --output coreclr/tests.zip - $(UNZIPCMD) coreclr/tests.zip -C coreclr/ + tar -xvf coreclr/tests.zip -C coreclr/ mkdir coreclr/tests - $(UNZIPCMD) coreclr/Tests_Linux_x64_checked/Linux.x64.Checked.tar.gz -C coreclr/tests + tar -xvf coreclr/Tests_OSX_x64_checked_outerloop/Tests_OSX_x64_checked_outerloop.tar.gz -C coreclr/tests touch $@ .PHONY: corerun -- 2.7.4