Skip to content

Commit f431734

Browse files
authored
update script location (#29)
1 parent 339bc3d commit f431734

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

qa/L0_server_example/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ if [ ! -z "$TEST_REPO_ARCH" ]; then
3838
REPO_VERSION=${REPO_VERSION}_${TEST_REPO_ARCH}
3939
fi
4040

41-
bash -x ../install_test_dependencies_and_build.sh
41+
bash -x ../../server/install_dependencies_and_build.sh
4242
export CUDA_VISIBLE_DEVICES=0
4343

4444
CLIENT_LOG=`pwd`/client.log

qa/L0_server_unit_test/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ fi
3737
if [ ! -z "$TEST_REPO_ARCH" ]; then
3838
REPO_VERSION=${REPO_VERSION}_${TEST_REPO_ARCH}
3939
fi
40-
bash -x ../install_test_dependencies_and_build.sh
40+
bash -x ../../server/install_dependencies_and_build.sh
4141

4242
export CUDA_VISIBLE_DEVICES=0
4343

0 commit comments

Comments
 (0)