Skip to content

Commit

Permalink
change the arguments order
Browse files Browse the repository at this point in the history
  • Loading branch information
yaoxiaoqi committed Dec 1, 2020
1 parent 5a80aa7 commit 65fbf5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/load-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ done
# Script entry point.
header "Running load tests"

report_go_test -tags load -timeout ${TIMEOUT} -taskrun-num ${TASKRUN_NUM} ./test/... || failed=1
report_go_test -tags load -timeout ${TIMEOUT} ./test/ -taskrun-num ${TASKRUN_NUM} || failed=1

(( failed )) && fail_test
success

0 comments on commit 65fbf5d

Please sign in to comment.