cros_run_bvt: fixup cros_run_vbt without flag

cros_run_vbt is failed without no flag.
Update from suite:bvt-labqual to suite:labqual

BUG=b:199614525
TEST=cros_workon --host start cros-testutils
TEST=sudo emerge chromeos-base/cros-testutils
TEST=cros_run_bvt --board ${BOARD} --debug ${DUT} prints the expected
     test_that --board ${BOARD} --debug ${DUT} suite:labqual
      suite:bvt-inline suite:bvt-cq suite:bvt-perbuild suite:bvt-tast-cq

Change-Id: I721d1dc0cdf1594d8ce47d0a9ecbdd9642218edc
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crostestutils/+/3353437
Tested-by: Jongpil Jung <jongpil19.jung@samsung.com>
Reviewed-by: Kevin Shelton <kmshelton@chromium.org>
Commit-Queue: Jongpil Jung <jongpil19.jung@samsung.com>
diff --git a/cros_run_bvt b/cros_run_bvt
index 83156ef..0b5d032 100755
--- a/cros_run_bvt
+++ b/cros_run_bvt
@@ -50,7 +50,7 @@
 
 DUT="$1"
 OPTIONS=( --board="${FLAGS_board}" )
-TESTS=( suite:bvt-{inline,cq,perbuild,labqual,tast-cq} )
+TESTS=( suite:{labqual,bvt-{inline,cq,perbuild,tast-cq}} )
 
 SUITE_CHECK=0
 if [ ${FLAGS_smoke} -eq ${FLAGS_TRUE} ]; then