Skip to content

Commit

Permalink
Fixing SLES tests (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
saadrahim committed Oct 8, 2019
1 parent 3b2d042 commit 337e881
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,12 @@ rocFFTCI:
def testCommand =
{
platform, project->
String sudo = auxiliary.sudo(platform.jenkinsLabel)

def command = """#!/usr/bin/env bash
set -x
cd ${project.paths.project_build_prefix}/build/release/clients/staging
LD_LIBRARY_PATH=/opt/rocm/lib GTEST_LISTENER=NO_PASS_LINE_IN_LOG sudo ./rocfft-test --gtest_output=xml --gtest_color=yes
${sudo} LD_LIBRARY_PATH=/opt/rocm/lib GTEST_LISTENER=NO_PASS_LINE_IN_LOG ./rocfft-test --gtest_output=xml --gtest_color=yes
"""

platform.runCommand(this, command)
Expand Down

0 comments on commit 337e881

Please sign in to comment.