Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaja R Harinath <harinath@hurrynot.org>2005-01-12 09:33:01 +0300
committerRaja R Harinath <harinath@hurrynot.org>2005-01-12 09:33:01 +0300
commit2efaea4696b3dd720c59b05cdaeb22a74b248f1a (patch)
tree66286f7657f856d0fbdeb6777f7986e98b288db8 /mcs/errors/Makefile
parent09832e8db8ffcfc7c9feb89eb17653dd1bbeed44 (diff)
* Makefile (run-generics-tests): Fix quoting to better work in
Windows. Remove some stray code leftover from testing. svn path=/trunk/mcs/; revision=38767
Diffstat (limited to 'mcs/errors/Makefile')
-rw-r--r--mcs/errors/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/mcs/errors/Makefile b/mcs/errors/Makefile
index a93779f2b53..c6ebc1d14af 100644
--- a/mcs/errors/Makefile
+++ b/mcs/errors/Makefile
@@ -56,8 +56,7 @@ run-mcs-tests:
run-generics-tests:
-rm -f generics.log
- @./do-tests.pl generics "$(GENERICS_COMPILE)" "gcs*.cs"
- @test -z "`grep UNEXPECTED generics.log`"
+ @./do-tests.pl generics '$(GENERICS_COMPILE)' "gcs*.cs"
test-multi-local:
@ failed=false; \