From 1b51f0a6b3aad38121293a0c45d1d66ead316c1a Mon Sep 17 00:00:00 2001 From: felmer <felmer> Date: Mon, 15 Sep 2008 09:43:21 +0000 Subject: [PATCH] LMS-478 build lims instead of lims_webclient SVN: 8297 --- integration-tests/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/run.sh b/integration-tests/run.sh index 12860ebf7d5..e0815039571 100755 --- a/integration-tests/run.sh +++ b/integration-tests/run.sh @@ -128,7 +128,7 @@ function build_components { if [ $build_lims == "true" ]; then rm -f $INSTALL/openBIS-server*.zip rm -f $INSTALL/openBIS-client*.zip - $build_cmd lims_webclient + $build_cmd lims fi } -- GitLab