Skip to content

Commit 55551a4

Browse files
author
Ralph Castain
committed
Complete debug of the nightly coverity submittal
1 parent 375f04b commit 55551a4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

contrib/build-server/openmpi-nightly-coverity.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ sub safe_system {
105105
my $now = time();
106106
if (!defined($mtime) || $mtime < $now - 24*60*60) {
107107
verbose "*** Downloading new copy of the coverity tool\n";
108-
safe_system(0, "wget $coverity_tool_url --post-data \"token=$coverity_token_arg\&project=$coverity_project\" -O coverity_tool.tgz");
108+
safe_system(0, "wget $coverity_tool_url --post-data \"token=$coverity_token_arg&project=$coverity_project\" -O coverity_tool.tgz");
109109
safe_system(0, "cp coverity_tool.tgz $cdir");
110110
}
111111

contrib/build-server/openmpi-nightly-tarball.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ build_root=$HOME/openmpi/nightly-tarball-build-root
3939

4040
# Coverity stuff
4141
coverity_token=`cat $HOME/coverity/openmpi-token.txt`
42-
coverity_configure_args="--enable-debug --enable-mpi-fortran --enable-mpi-java --enable-oshmem --enable-oshmem-fortran --enable-oshmem-java --with-mxm=/opt/mellanox/mxm --with-psm --with-usnic --with-libfabric=/u/mpiteam/libfabric-current/install"
42+
coverity_configure_args="--enable-debug --enable-mpi-fortran --enable-mpi-java --enable-oshmem --enable-oshmem-fortran --enable-oshmem-java --with-mxm --with-psm --with-usnic --with-libfabric"
4343

4444
export PATH=$HOME_PREFIX/bin:$PATH
4545
export LD_LIBRARY_PATH=$HOME_PREFIX/lib:$LD_LIBRARY_PATH

contrib/build-server/pmix-nightly-coverity.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ sub safe_system {
105105
my $now = time();
106106
if (!defined($mtime) || $mtime < $now - 24*60*60) {
107107
verbose "*** Downloading new copy of the coverity tool\n";
108-
safe_system(0, "wget $coverity_tool_url --post-data \"token=$coverity_token_arg\&project=$coverity_project\" -O coverity_tool.tgz");
108+
safe_system(0, "wget $coverity_tool_url --post-data \"token=$coverity_token_arg&project=$coverity_project\" -O coverity_tool.tgz");
109109
safe_system(0, "cp coverity_tool.tgz $cdir");
110110
}
111111

0 commit comments

Comments
 (0)