From 4deb94ebf3ec6677d8524e51a02fccd2e6ce75bc Mon Sep 17 00:00:00 2001 From: barrierye Date: Fri, 10 Apr 2020 15:21:57 +0800 Subject: [PATCH] test=serving --- tools/serving_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/serving_build.sh b/tools/serving_build.sh index 8090de1e..a74dcbe8 100644 --- a/tools/serving_build.sh +++ b/tools/serving_build.sh @@ -400,7 +400,7 @@ function python_run_test() { python_test_fit_a_line $TYPE # pwd: /Serving/python/examples python_run_criteo_ctr_with_cube $TYPE # pwd: /Serving/python/examples python_test_bert $TYPE # pwd: /Serving/python/examples - python_test_imdb $TYPE + python_test_imdb $TYPE # pwd: /Serving/python/examples python_test_lac $TYPE echo "test python $TYPE part finished as expected." cd ../.. # pwd: /Serving -- GitLab