]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/scripts/setup
ebl update for next-vol test
[bacula/bacula] / regress / scripts / setup
index 67a2c9a78052448064ca4fd11c97e0753d6611d2..d9dc1533ec150f1ed22549d7b03f6ab9853beca1 100755 (executable)
@@ -15,7 +15,7 @@ check_exit_code()
 
 cwd=`pwd`
 if [ ! -d ${BACULA_SOURCE} ] ; then
-   echo "Arg 1 must be a Bacula release directory."
+   echo "The BACULA_SOURCE environment variable must be a Bacula release directory, but is not."
    echo " "
    exit 1
 fi
@@ -33,7 +33,7 @@ check_exit_code
 cd src/win32
 make clean
 cd ../..
-make
+make -j3
 check_exit_code
 make install
 check_exit_code
@@ -46,10 +46,10 @@ bin/bacula stop
 mkdir -p working
 cd bin
 echo "Running database creation scripts"
-./create_bacula_database bacula
-./drop_bacula_tables bacula
+./create_bacula_database
+./drop_bacula_tables
 ./make_bacula_tables
-./grant_bacula_privileges bacula
+./grant_bacula_privileges
 cd ${cwd}
 # Start and stop Bacula to ensure conf files are OK
 bin/bacula start