[netcore] Update coreclr tests package name
authorMarek Safar <marek.safar@gmail.com>
Tue, 1 Oct 2019 08:11:29 +0000 (10:11 +0200)
committerMarek Safar <marek.safar@gmail.com>
Tue, 1 Oct 2019 08:57:02 +0000 (10:57 +0200)
Commit migrated from https://github.com/mono/mono/commit/e5f218786d5cf427a5bc1794c32df02a5f89bb46

src/mono/netcore/Makefile

index 54b433c..72eb883 100644 (file)
@@ -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