~ubuntu-branches/ubuntu/vivid/remake/vivid

« back to all changes in this revision

Viewing changes to tests/scripts/options/dash-l

  • Committer: Package Import Robot
  • Author(s): Yaroslav Halchenko
  • Date: 2012-10-04 10:45:49 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20121004104549-vvltb5m3vutmvjy0
Tags: 3.82+dbg0.9+dfsg-1
* Fresh upstream release
  - dropped emacs mode (moved into a separate project
    https://github.com/rocky/emacs-dbgr)
* Switched to use +dfsg to assure proper version
  comparison going e.g. from 0.9+dfsg to 0.9.1+dfsg
* Moved .gbp.conf under debian/gbp.conf
* Added '-b debian' for Vcs-Git field since we ship Debian
  packaging within upstream repository
* Boosted policy to 3.9.4
* Switched to source package 3.0 (quilt) format
* Switched to minimalistic dh 9.0 debian/rules
  - use dh-autoreconf (added also needed for it 'autopoint' build-dependency)
    (Closes: #536004)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
# Date: Tue, 11 Aug 1992 09:34:26 -0400
3
3
# From: pds@lemming.webo.dg.com (Paul D. Smith)
4
4
 
 
5
return 1;
5
6
$description = "Test load balancing (-l) option.";
6
7
 
7
8
$details = "\
45
46
$mkoptions = "-l 0.0001";
46
47
$mkoptions .= " -j 4" if ($parallel_jobs);
47
48
 
48
 
&run_make_with_options($makefile, $mkoptions, &get_logfile);
 
49
# We have to wait longer than the default (5s).
 
50
&run_make_with_options($makefile, $mkoptions, &get_logfile, 0, 8);
49
51
 
50
52
$slurp = &read_file_into_string (&get_logfile(1));
51
53
if ($slurp !~ /cannot enforce load limit/) {