Skip to content

Commit

Permalink
[backend] disable async if testmode is set for now
Browse files Browse the repository at this point in the history
  • Loading branch information
mlschroe committed Apr 25, 2013
1 parent 6b82427 commit 2832bbe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/backend/bs_sched
Expand Up @@ -89,6 +89,9 @@ my $remotecache = "$BSConfig::bsdir/remotecache";

if (@ARGV && $ARGV[0] eq '--testmode') {
$testmode = 1;
# for now
$asyncmode = 0;
$startupmode = 0;
shift @ARGV;
}
if (@ARGV && ($ARGV[0] eq '--exit' || $ARGV[0] eq '--stop')) {
Expand Down

0 comments on commit 2832bbe

Please sign in to comment.