Skip to content

Commit

Permalink
Fix RunPerformanceRegressionTests for Linux when we dont have all lin…
Browse files Browse the repository at this point in the history
…ux basic regtest configurations - use Release build
  • Loading branch information
LewisPringle committed Jun 7, 2019
1 parent 759e5bf commit 24050c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ScriptsLib/RunPerformanceRegressionTests
Expand Up @@ -21,6 +21,7 @@ if [ "$(uname -s)" == "Darwin" ] ; then
elif [ "$(expr substr $(uname -s) 1 5)" == "Linux" ] ; then
# Do something under GNU/Linux platform
EXE=${EXE-"Builds/g++-optimized/Tests/Test50"}
if [ ! -e "$EXE" ] ; then EXE="Builds/Release/Tests/Test50"; fi
if [ "$USE_TEST_BASENAME" == "UNKNOWN" ] ; then USE_TEST_BASENAME="linux-g++-7.3-x64"; fi
CMDRUN_PREFIX="nice -10 taskset -c 0 "
elif [ "$(expr substr $(uname -s) 1 10)" == "MINGW32_NT" ] ; then
Expand Down

0 comments on commit 24050c8

Please sign in to comment.