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:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2015-10-19 17:02:46 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2015-10-19 18:14:47 +0300
commit51f95c3b9107875eef83f78186e2ca90c05eec32 (patch)
tree5c55948542e6ff8fb5c6fa534b23f060a1ccc450 /acceptance-tests/Makefile.am
parent0ec96b12419f63da50719118820a028eb256baaa (diff)
[acceptance-tests] Convert Ruby script to Python
Most of the other scripts in the repo use Python and we decided to converge on that one.
Diffstat (limited to 'acceptance-tests/Makefile.am')
-rw-r--r--acceptance-tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/acceptance-tests/Makefile.am b/acceptance-tests/Makefile.am
index 187ecce99c0..4e75d485aac 100644
--- a/acceptance-tests/Makefile.am
+++ b/acceptance-tests/Makefile.am
@@ -5,7 +5,7 @@ MSTESTSUITE_PATH=$(TOP)/../ms-test-suite
include versions.mk
-EXTRA_DISTFILES=README.md SUBMODULES.json versions.mk versions.rb
+EXTRA_DISTFILES=README.md SUBMODULES.json versions.mk versions.py
check: check-roslyn check-coreclr check-ms-test-suite