pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
corefx-git: Remove local patch to kill hanging tests
Module Name: pkgsrc-wip
Committed By: Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By: kamil
Date: Sat Apr 16 14:48:40 2016 +0200
Changeset: 7320e98e279319402ec4be461f07052511465511
Modified Files:
corefx-git/distinfo
Removed Files:
corefx-git/patches/patch-run-test.sh
Log Message:
corefx-git: Remove local patch to kill hanging tests
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7320e98e279319402ec4be461f07052511465511
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
corefx-git/distinfo | 1 -
corefx-git/patches/patch-run-test.sh | 16 ----------------
2 files changed, 17 deletions(-)
diffs:
diff --git a/corefx-git/distinfo b/corefx-git/distinfo
index 65a246e..c641c55 100644
--- a/corefx-git/distinfo
+++ b/corefx-git/distinfo
@@ -1,2 +1 @@
$NetBSD$
-SHA1 (patch-run-test.sh) = a50960196fadc4e6d7b6c6f7bbf968b46ff284b4
diff --git a/corefx-git/patches/patch-run-test.sh b/corefx-git/patches/patch-run-test.sh
deleted file mode 100644
index 96a1caf..0000000
--- a/corefx-git/patches/patch-run-test.sh
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD$
-
---- run-test.sh.orig 2016-03-02 23:13:05.000000000 +0000
-+++ run-test.sh
-@@ -184,9 +184,9 @@ runtest()
-
- echo
- echo "Running tests in $dirName"
-- echo "./corerun xunit.console.netcore.exe $testDllName -xml testResults.xml -notrait category=failing $OuterLoop -notrait category=$xunitOSCategory" -notrait Benchmark=true
-+ echo "timeout -s SIGKILL 15m ./corerun xunit.console.netcore.exe $testDllName -xml testResults.xml -notrait category=failing $OuterLoop -notrait category=$xunitOSCategory" -notrait Benchmark=true
- echo
-- ./corerun xunit.console.netcore.exe $testDllName -xml testResults.xml -notrait category=failing $OuterLoop -notrait category=$xunitOSCategory -notrait Benchmark=true
-+ timeout -s SIGKILL 15m ./corerun xunit.console.netcore.exe $testDllName -xml testResults.xml -notrait category=failing $OuterLoop -notrait category=$xunitOSCategory -notrait Benchmark=true
- exitCode=$?
-
- if [ $exitCode -ne 0 ]
Home |
Main Index |
Thread Index |
Old Index