From 618dc04739f2f93512e341e1a9dcce3ad6afb37d Mon Sep 17 00:00:00 2001 From: Azeem Ahmad <azeem.ahmad@liu.se> Date: Thu, 14 Jan 2021 11:19:24 +0100 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4938544..7cfef50 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +[NOTE: This tool is tested on Windows. When parsing test smells from test cases on OSX, Linux, or Ubuntu, it skips some folders] # FlakinessDetector ## Workflow  @@ -338,4 +339,4 @@ For example, when test failed and our tool marked it either flaky or non-flaky, You need to update multi-factor detection results after updating the training dataset, use the following command to update the results. - command: python update.py --update results \ No newline at end of file + command: python update.py --update results -- GitLab