Skip to content

Commit

Permalink
Updating test step for HPX builds
Browse files Browse the repository at this point in the history
  • Loading branch information
khuck committed Aug 31, 2019
1 parent d121634 commit f4031d1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions etc/buildbot_hpx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,9 @@ test_step()
. ../../etc/configuration-files/${envfile}
env | grep APEX
export CTEST_OUTPUT_ON_FAILURE=1
make ${1} tests.unit
# make ${1} tests.regressions
export APEX_SCREEN_OUTPUT=1
make ${1} tests.examples
ctest -V --timeout 10 -R tests.examples
}

install_step()
Expand Down

0 comments on commit f4031d1

Please sign in to comment.