Skip to content

Commit

Permalink
gpid failed
Browse files Browse the repository at this point in the history
  • Loading branch information
acelyc111 committed Dec 19, 2023
1 parent ca74918 commit 8fe05e5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ function run_build()
elif [ "$BUILD_MODULES" != "" ]; then
make $BUILD_MODULES $MAKE_OPTIONS
else
make $MAKE_OPTIONS
make bulk_load_test $MAKE_OPTIONS
# pegasus_shell
# pegasus_server
# make install
Expand Down
5 changes: 4 additions & 1 deletion src/test/function_test/bulk_load/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,12 @@ set(MY_PROJ_LIBS
sasl2
gssapi_krb5
krb5
function_test_utils
dsn.block_service
dsn.block_service.hdfs
dsn.block_service.local
pegasus_client_static
dsn_utils
function_test_utils
test_utils
gtest)

Expand Down

0 comments on commit 8fe05e5

Please sign in to comment.