a few small fixes here and there, more telnet tests, starting Siege load testing
This commit is contained in:
11
main_test.sh
11
main_test.sh
@@ -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
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user