summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorTimur <t-mustafin@partner.samsung.com>2020-10-28 14:15:01 +0300
committerAlexander Soldatov/Platform Lab /SRR/Staff Engineer/Samsung Electronics <soldatov.a@samsung.com>2020-10-29 00:44:14 +0300
commit0fb1f07f6deb8628d8dc6f9599512de8fc654ddf (patch)
treed936876452fdc72a53f4f139cc9b69c37d54309e /packaging
parent45574c33d63efde3d02485278e9b33746f2578d0 (diff)
downloadcoreclr-0fb1f07f6deb8628d8dc6f9599512de8fc654ddf.tar.gz
coreclr-0fb1f07f6deb8628d8dc6f9599512de8fc654ddf.tar.bz2
coreclr-0fb1f07f6deb8628d8dc6f9599512de8fc654ddf.zip
Remove --arch option from runtest.sh
Signed-off-by: Timur <t-mustafin@partner.samsung.com>
Diffstat (limited to 'packaging')
-rwxr-xr-xpackaging/coreclr.spec4
1 files changed, 3 insertions, 1 deletions
diff --git a/packaging/coreclr.spec b/packaging/coreclr.spec
index 01f52826ec..a012e654ce 100755
--- a/packaging/coreclr.spec
+++ b/packaging/coreclr.spec
@@ -324,7 +324,9 @@ cp -rf %{_reldir}/lib %{buildroot}%{_datadir}/%{netcoreappdir}
%else
cp tests/runtest.sh %{buildroot}/%{dotnettestdir}
chmod +x %{buildroot}/%{dotnettestdir}/runtest.sh
-cp tests/unsupported*.%{_tarch}.txt %{buildroot}/%{dotnettestdir} | true
+cp tests/unsupportedCrossgenLibs.%{_tarch}.txt %{buildroot}/%{dotnettestdir}/unsupportedCrossgenLibs.txt | true
+cp tests/unsupportedCrossgenTests.%{_tarch}.txt %{buildroot}/%{dotnettestdir}/unsupportedCrossgenTests.txt | true
+cp tests/unsupportedTests.%{_tarch}.txt %{buildroot}/%{dotnettestdir}/unsupportedTests.txt | true
%define _tcreldir bin/tests/Linux.%{_barch}.%{_buildtype}
cp -r %{_tcreldir}/* %{buildroot}/%{dotnettestdir}