Files
openGauss-OM/script/impl/perf_config/test/test_common.sh
2023-11-10 09:53:14 +08:00

24 lines
480 B
Bash

# ok
python3 gs_perfconfig help
python3 gs_perfconfig --help
python3 gs_perfconfig -h
python3 gs_perfconfig -?
python3 gs_perfconfig Help
python3 gs_perfconfig --hElp
python3 gs_perfconfig -H
python3 gs_perfconfig -?
# falied
python3 gs_perfconfig xxx
python3 gs_perfconfig --xxx
python3 gs_perfconfig -x
python3 gs_perfconfig -.
# will ignode other param
python3 gs_perfconfig help ddd
python3 gs_perfconfig --help fd
python3 gs_perfconfig -h da
python3 gs_perfconfig -? das