Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Commit

Permalink
Add default argument to runtests.py
Browse files Browse the repository at this point in the history
  • Loading branch information
A-And committed Jan 10, 2019
1 parent 50f2bb0 commit 8254212
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions tests/runtest.py
Original file line number Diff line number Diff line change
Expand Up @@ -966,6 +966,7 @@ def run_tests(host_os,
is_ilasm=False,
is_illink=False,
run_crossgen_tests=False,
large_version_bubble=False,
run_sequential=False,
limited_core_dumps=False):
""" Run the coreclr tests
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ public static int RunTest()
return 101;
}
}
}
}

0 comments on commit 8254212

Please sign in to comment.