Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Commit

Permalink
Fix setup script.
Browse files Browse the repository at this point in the history
As we splitted the tests and tools dir we are now not installing the
timelimit tool so its not used in the regression setup. So added
an extra set of commands to do a make installall in the tools dir.
  • Loading branch information
Marco van Wieringen committed Feb 6, 2013
1 parent e29ac2d commit c295ffe
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions scripts/setup
Expand Up @@ -126,8 +126,16 @@ fi
cd src/tests
make installall
check_exit_code
cd ${cwd}

#
# Get all tools -- especially timelimit
#
cd src/tools
make installall
check_exit_code
cd ${cwd}

bin/bareos stop

mkdir -p working
Expand Down

0 comments on commit c295ffe

Please sign in to comment.