v0.14.0
Loading...
Searching...
No Matches
run_cron_script.sh
Go to the documentation of this file.
1#!/bin/sh
2
3export LIBRARY_PATH=/opt/local_boost_1_65_1/lib
4
5CTEST_SCRIPTS_FILE_PATH=/home/lukasz/tmp/cephas_users_modules/users_modules/cmake
6CTSET_SCRIPT=CTestScript_rdb-srv1.cmake
7CWD=`pwd`
8
9cd $CTEST_SCRIPTS_FILE_PATH
10/opt/local/bin/ctest -VV --http1.0 -S $CTSET_SCRIPT >> /home/lukasz/tests_users_modules.log 2>&1
11cd $CWD