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

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/runtest.sh')
-rwxr-xr-xtests/runtest.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/runtest.sh b/tests/runtest.sh
index c786b5c0c..2593515fb 100755
--- a/tests/runtest.sh
+++ b/tests/runtest.sh
@@ -105,6 +105,11 @@ while [ "$1" != "" ]; do
shift
CoreRT_CliBinDir=$1
;;
+ -coreclr)
+ shift
+ echo "Tests will run here. For now, early out."
+ exit 0
+ ;;
*)
;;
esac