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
path: root/tests
diff options
context:
space:
mode:
authorSimon Nattress <simonn@microsoft.com>2017-10-31 03:38:44 +0300
committerSimon Nattress <simonn@microsoft.com>2017-10-31 03:38:44 +0300
commit51ae3d9c5fd2c05f07184b3249a7336184e36981 (patch)
treee96cc293a7f577f1f34c3184837b34207e06830c /tests
parent8492a4fc38bd6dbb6402c5e88e87cbf445392a51 (diff)
Disable ETW events on Linux CoreCLR tests
Diffstat (limited to 'tests')
-rwxr-xr-xtests/runtest.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/runtest.sh b/tests/runtest.sh
index c9db23b7b..0144371de 100755
--- a/tests/runtest.sh
+++ b/tests/runtest.sh
@@ -152,8 +152,8 @@ run_coreclr_tests()
CoreRT_TestSelectionArg=
fi
- echo ./runtest.sh --testRootDir=${CoreRT_TestExtRepo} --coreOverlayDir=${CoreRT_TestRoot}/CoreCLR ${CoreRT_TestSelectionArg} --logdir=$__LogDir
- ./runtest.sh --testRootDir=${CoreRT_TestExtRepo} --coreOverlayDir=${CoreRT_TestRoot}/CoreCLR ${CoreRT_TestSelectionArg} --logdir=$__LogDir
+ echo ./runtest.sh --testRootDir=${CoreRT_TestExtRepo} --coreOverlayDir=${CoreRT_TestRoot}/CoreCLR ${CoreRT_TestSelectionArg} --logdir=$__LogDir --disableEventLogging
+ ./runtest.sh --testRootDir=${CoreRT_TestExtRepo} --coreOverlayDir=${CoreRT_TestRoot}/CoreCLR ${CoreRT_TestSelectionArg} --logdir=$__LogDir --disableEventLogging
}
CoreRT_TestRoot="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"