a few small fixes here and there, more telnet tests, starting Siege load testing

This commit is contained in:
Eric LAZO
2022-08-16 20:41:57 +02:00
parent ff443c80b1
commit 1b7d388231
17 changed files with 163 additions and 94 deletions

View File

@@ -21,7 +21,8 @@ _END='\033[0m'
#test_file_names=("test_template.sh" "test_header.sh" "test_path.sh")
test_file_names=("test_method.sh" "test_header.sh" "test_path.sh")
#test_file_names=("test_method.sh" "test_header.sh" "test_path.sh")
test_file_names=("test_valid_uri.sh")
#test_file_names=("test_path.sh")
test_files=()
@@ -103,10 +104,10 @@ test_all()
done
# if [ "$arg" != "diff" ];
# then
# cat telnet.log
# fi
if [ "$arg" = "" ];
then
cat telnet.log
fi
}