diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-08-30 01:17:58 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-08-30 01:25:40 +0300 |
commit | 89e97b05daf6fd98fce48cf3fef624e55905af46 (patch) | |
tree | 2944b4c7b2b0cb121e84752b3f95ffc4c4506fcb /tools/ci/scripts/test.sh | |
parent | a5f01058610fbb5ce099d0a11acf2eaf6a4b3515 (diff) | |
download | plus-89e97b05daf6fd98fce48cf3fef624e55905af46.tar.gz plus-89e97b05daf6fd98fce48cf3fef624e55905af46.tar.bz2 plus-89e97b05daf6fd98fce48cf3fef624e55905af46.tar.xz plus-89e97b05daf6fd98fce48cf3fef624e55905af46.zip |
Add into .gitlab-ci.yml job for run separatly all unit tests.
Diffstat (limited to 'tools/ci/scripts/test.sh')
-rwxr-xr-x | tools/ci/scripts/test.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/ci/scripts/test.sh b/tools/ci/scripts/test.sh new file mode 100755 index 000000000..4d4426780 --- /dev/null +++ b/tools/ci/scripts/test.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +echo 1: $1 +echo 2: $2 +echo 3: $3 +echo 4: $4 |