Skip to content

Commit

Permalink
Do not upload build script results to dashboard by default (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
hainest committed Aug 7, 2019
1 parent 09f276f commit 4fb9056
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/build/build.pl
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
'purge' => 0,
'help' => 0,
'restart' => undef,
'upload' => 1,
'upload' => 0,
'debug-mode' => 0 # undocumented debug mode
);

Expand Down Expand Up @@ -259,6 +259,6 @@ =head1 SYNOPSIS
--quiet Don't echo logging information to stdout (default: no)
--purge Remove all files after running testsuite (default: no)
--restart=ID Restart the script for run 'ID'
--[no-]upload Upload the results to the Dyninst dashboard (default: yes)
--[no-]upload Upload the results to the Dyninst dashboard (default: no)
--help Print this help message
=cut

0 comments on commit 4fb9056

Please sign in to comment.