diff options
Diffstat (limited to '')
| -rwxr-xr-x | utils/container-run.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/container-run.sh b/utils/container-run.sh index ba8deae..6090e1c 100755 --- a/utils/container-run.sh +++ b/utils/container-run.sh | |||
| @@ -4,14 +4,14 @@ | |||
| 4 | # It can be used for testing on platforms different from the host. For example, | 4 | # It can be used for testing on platforms different from the host. For example, |
| 5 | # the command | 5 | # the command |
| 6 | # | 6 | # |
| 7 | # ./container-run.sh arm ./build test | 7 | # ./container-run.sh arm ./build.sh test |
| 8 | # | 8 | # |
| 9 | # builds nissy and runs the unit tests in an ARM container. | 9 | # builds nissy and runs the unit tests in an ARM container. |
| 10 | # | 10 | # |
| 11 | # The containers are based on Alpine Linux and the contain the necessary tools | 11 | # The containers are based on Alpine Linux and the contain the necessary tools |
| 12 | # to build the main library and the C++ and Python examples. They DO NOT | 12 | # to build the main library and the C++ and Python examples. They DO NOT |
| 13 | # contain the emscripten compiler, so they cannot be used to build the web | 13 | # contain the emscripten compiler, so they cannot be used to build the web |
| 14 | # version (e.g. ./build web or ./buidl webtest). | 14 | # version (e.g. ./build.sh web or ./build.sh webtest). |
| 15 | # The images are given a tag starting with 'localhost/nissy/'. | 15 | # The images are given a tag starting with 'localhost/nissy/'. |
| 16 | # | 16 | # |
| 17 | # See below for a list of options. | 17 | # See below for a list of options. |
| @@ -28,7 +28,7 @@ usage() { | |||
| 28 | echo "arm (equivalent to: arm64)" | 28 | echo "arm (equivalent to: arm64)" |
| 29 | echo "" | 29 | echo "" |
| 30 | echo "Examples:" | 30 | echo "Examples:" |
| 31 | echo "$0 ram ./build test # Run unit tests in arm container" | 31 | echo "$0 ram ./build.sh test # Run unit tests in arm container" |
| 32 | exit 1 | 32 | exit 1 |
| 33 | } | 33 | } |
| 34 | 34 | ||
