mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 08:38:28 +00:00
chg: [tests] improve test output, show all running screens
This commit is contained in:
parent
e752f59a0a
commit
612c8dbce1
1 changed files with 9 additions and 0 deletions
|
@ -581,6 +581,15 @@ function update_thirdparty {
|
||||||
function launch_tests() {
|
function launch_tests() {
|
||||||
tests_dir=${AIL_HOME}/tests
|
tests_dir=${AIL_HOME}/tests
|
||||||
bin_dir=${AIL_BIN}
|
bin_dir=${AIL_BIN}
|
||||||
|
echo -e ""
|
||||||
|
echo -e $GREEN"AIL SCREENS:"$DEFAULT
|
||||||
|
echo -e $ROSE`screen -ls`$DEFAULT
|
||||||
|
echo -e $GREEN"\t* Redis: $isredis"$DEFAULT
|
||||||
|
echo -e $GREEN"\t* Kvrocks: $iskvrocks $isscripted $isflasked"$DEFAULT
|
||||||
|
echo -e $GREEN"\t* Modules: $isscripted"$DEFAULT
|
||||||
|
echo -e $GREEN"\t* Flask: $isflasked"$DEFAULT
|
||||||
|
echo -e ""
|
||||||
|
echo -e ""
|
||||||
python3 -m nose2 --start-dir $tests_dir --coverage $bin_dir --with-coverage test_api test_modules
|
python3 -m nose2 --start-dir $tests_dir --coverage $bin_dir --with-coverage test_api test_modules
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue