diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2024-05-29 13:52:42 +0200 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2024-06-03 16:46:49 +0200 |
commit | 3aa003de5ae23ce75ba2dcb12ace0f72f715adf5 (patch) | |
tree | b19715a20c4ec73593c44788b9d75491e8303606 /test/end-to-end/RULES | |
parent | 485a7bc685d8926530b577a876ca3c9cfae20601 (diff) | |
download | justbuild-3aa003de5ae23ce75ba2dcb12ace0f72f715adf5.tar.gz |
test: Fix typos in test runner rules
Diffstat (limited to 'test/end-to-end/RULES')
-rw-r--r-- | test/end-to-end/RULES | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/end-to-end/RULES b/test/end-to-end/RULES index 01b11ddc..f6818ba2 100644 --- a/test/end-to-end/RULES +++ b/test/end-to-end/RULES @@ -1,7 +1,7 @@ { "with remote": { "doc": [ "Shell test, given by a test script," - , "implictly assuming a remote execution in the background." + , "implicitly assuming a remote execution in the background." ] , "target_fields": ["deps", "test"] , "string_fields": ["keep", "name"] @@ -22,7 +22,7 @@ , "following variables added." , " - REMOTE_EXECUTION_ADDRESS containing the IP:port pair the" , " implicit remote-execution endpoint is listening at." - , " - COMAPTIBLE is set to an non-empty string, if the server was" + , " - COMPATIBLE is set to an non-empty string, if the server was" , " started in compatible mode, and unset otherwise." , "Additionally, the variables TLS_CA_CERT, TLS_CLIENT_CERT, and" , "TLS_CLIENT_KEY are removed from the environment." @@ -224,7 +224,7 @@ , "with serve": { "doc": [ "Shell test, given by a test script," - , "implictly assuming a remote execution and a just serve instance" + , "implicitly assuming a remote execution and a just serve instance" , "in the background." ] , "target_fields": ["deps", "test", "repos"] @@ -246,7 +246,7 @@ , "following variables added." , " - REMOTE_EXECUTION_ADDRESS containing the IP:port pair the" , " implicit remote-execution endpoint is listening at." - , " - COMAPTIBLE is set to an non-empty string, if the server was" + , " - COMPATIBLE is set to an non-empty string, if the server was" , " started in compatible mode, and unset otherwise." , " - REMOTE_LBR containing the absolute path to the local build root" , " of the implicit remote-execution end point" |