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:
authorBernhard Urban <bernhard.urban@xamarin.com>2017-10-31 15:09:14 +0300
committerBernhard Urban <bernhard.urban@xamarin.com>2017-11-06 17:50:32 +0300
commit30fd079c90b6a44a2e8bb9b35b414a06998ccc77 (patch)
tree62251cd368575447091f681ffe7c2e119d0b47f1 /mcs/class/System.Data
parent879f4bc60ff355147eb278d9a46a240da4103bb4 (diff)
[mcs make] introduce TEST_RUNTIME_FLAGS, analogously to TEST_RUNTIME vs. RUNTIME
Diffstat (limited to 'mcs/class/System.Data')
-rw-r--r--mcs/class/System.Data/Test/ProviderTests/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/System.Data/Test/ProviderTests/Makefile b/mcs/class/System.Data/Test/ProviderTests/Makefile
index eaf0c4d73ce..d2a6e443fb2 100644
--- a/mcs/class/System.Data/Test/ProviderTests/Makefile
+++ b/mcs/class/System.Data/Test/ProviderTests/Makefile
@@ -30,7 +30,7 @@ ifdef OSQLCMD
$(OSQLCMD) sql/$(DATABASE).sql
endif
ok=:; \
- $(TEST_RUNTIME) $(TEST_HARNESS) $(TEST_HARNESS_FLAGS) $(LOCAL_TEST_HARNESS_FLAGS) -output:TestResult-$(PROFILE).log -include=$(DATABASE) -xml:TestResult-$(PROFILE).xml $< || ok=false; \
+ $(TEST_RUNTIME) $(TEST_RUNTIME_FLAGS) $(TEST_HARNESS) $(TEST_HARNESS_FLAGS) $(LOCAL_TEST_HARNESS_FLAGS) -output:TestResult-$(PROFILE).log -include=$(DATABASE) -xml:TestResult-$(PROFILE).xml $< || ok=false; \
sed '1,/^Tests run: /d' TestResult-$(PROFILE).log; \
$$ok