Skip to content

Commit

Permalink
update ltp to 20230929
Browse files Browse the repository at this point in the history
  • Loading branch information
paxue committed Dec 24, 2023
1 parent befc1db commit e79aa47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion microsoft/testsuites/ltp/ltp.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class Ltp(Tool):
_RESULT_LTP_ARCH_REGEX = re.compile(r"Machine Architecture: (.*)\s+")

LTP_DIR_NAME = "ltp"
DEFAULT_LTP_TESTS_GIT_TAG = "20200930"
DEFAULT_LTP_TESTS_GIT_TAG = "20230929"
LTP_GIT_URL = "https://github.com/linux-test-project/ltp.git"
BUILD_REQUIRED_DISK_SIZE_IN_GB = 2
LTP_RESULT_PATH = "/opt/ltp/ltp-results.log"
Expand Down

0 comments on commit e79aa47

Please sign in to comment.