~ctwm/ctwm/trunk

« back to all changes in this revision

Viewing changes to tools/try_all_opts.pl

  • Committer: Matthew Fuller
  • Date: 2018-11-11 06:12:14 UTC
  • mto: This revision was merged to the branch mainline in revision 646.
  • Revision ID: fullermd@over-yonder.net-20181111061214-ftpcvqmez8vpo7sg
Clear out $DISPLAY when running the build permutations; it's just
better that it not try fudging with your main display...

Show diffs side-by-side

added added

removed removed

Lines of Context:
123
123
print "Testing in $tmpdir...\n";
124
124
 
125
125
 
 
126
# Clear $DISPLAY
 
127
delete $ENV{DISPLAY};
 
128
 
 
129
 
126
130
# Now, actually running them.
127
131
my ($suc, $fail) = (0,0);
128
132
my @fails;