Merge pull request #2914 from ijc/bump-rtf

Bump rtf to f2409214ca3b719567aa15bb7b363f24876a4d98
This commit is contained in:
Rolf Neugebauer 2018-02-14 15:33:38 +00:00 committed by GitHub
commit c50ceaa8cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 9 deletions

View File

@ -21,7 +21,7 @@ endif
PREFIX?=/usr/local/ PREFIX?=/usr/local/
RTF_COMMIT=3e8ed35ca934259cb644c2492bf9b181954a07e1 RTF_COMMIT=f2409214ca3b719567aa15bb7b363f24876a4d98
RTF_CMD=github.com/linuxkit/rtf/cmd RTF_CMD=github.com/linuxkit/rtf/cmd
RTF_VERSION=0.0 RTF_VERSION=0.0
bin/rtf: tmp_rtf_bin.tar | bin bin/rtf: tmp_rtf_bin.tar | bin

View File

@ -106,7 +106,7 @@ To run the test suite:
``` ```
cd test cd test
rtf -x run rtf -v run -x
``` ```
This will run the tests and put the results in a the `_results` directory! This will run the tests and put the results in a the `_results` directory!
@ -115,13 +115,13 @@ Run control is handled using labels and with pattern matching.
To run add a label you may use: To run add a label you may use:
``` ```
rtf -x -l slow run rtf -v -l slow run -x
``` ```
To run tests that match the pattern `linuxkit.examples` you would use the following command: To run tests that match the pattern `linuxkit.examples` you would use the following command:
``` ```
rtf -x run linuxkit.examples rtf -v run -x linuxkit.examples
``` ```
## Building your own customised image ## Building your own customised image

View File

@ -12,7 +12,7 @@ To run the test suite:
``` ```
cd test cd test
rtf -x run rtf -v run -x
``` ```
This will run the tests and put the results in a the `_results` directory! This will run the tests and put the results in a the `_results` directory!
@ -21,7 +21,7 @@ Run control is handled using labels and with pattern matching.
To run add a label you may use: To run add a label you may use:
``` ```
rtf -x -l slow run rtf -v -l slow run -x
``` ```
You can list the tests which will be run using: You can list the tests which will be run using:
@ -35,7 +35,7 @@ Some tests may be marked as `SKIP` and `LABELS` column will typically provide an
To run tests that match the pattern `linuxkit.build` you would use the following command: To run tests that match the pattern `linuxkit.build` you would use the following command:
``` ```
rtf -x run linuxkit.build rtf -v run -x linuxkit.build
``` ```
### Writing new tests ### Writing new tests

View File

@ -43,7 +43,7 @@ ltp: $(LINUXKIT) test-ltp.img.tar.gz
### ------ ### ------
test: gcp-hack test: gcp-hack
@rtf -l build -x run @rtf -l build -v run -x
test-pr: gcp-hack test-pr: gcp-hack
@rtf -l build -x run @rtf -l build -v run -x