From: Kern Sibbald Date: Fri, 26 Sep 2008 08:17:54 +0000 (+0000) Subject: Make sure to create bin/plugins so regress works X-Git-Tag: Release-7.0.0~4083 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=29a5899195518a777018b5698ea543dae8763e01;p=bacula%2Fbacula Make sure to create bin/plugins so regress works git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7649 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/regress/scripts/setup b/regress/scripts/setup index 4a6e81b2c9..3ec2524336 100755 --- a/regress/scripts/setup +++ b/regress/scripts/setup @@ -40,6 +40,7 @@ cd ../.. make -j3 check_exit_code make install +mkdir -p ../bin/plugins check_exit_code cp src/tools/testls ../bin check_exit_code