change: remove hrun command

This commit is contained in:
debugtalk
2022-04-22 11:56:31 +08:00
parent f77ce2afea
commit 752796a9cc
4 changed files with 2 additions and 22 deletions
+1
View File
@@ -153,6 +153,7 @@ func (r *HRPRunner) Run(testcases ...ITestCase) error {
// load all testcases
testCases, err := loadTestCases(testcases...)
if err != nil {
log.Error().Err(err).Msg("failed to load testcases")
return err
}