Skip to content

Commit

Permalink
Print the return code from 'ctest -S' command (TRIL-171)
Browse files Browse the repository at this point in the history
  • Loading branch information
bartlettroscoe committed Mar 9, 2018
1 parent ce1989f commit 9b13b37
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmake/ctest/drivers/atdm/ctest-s-driver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,10 @@ echo "Running: ctest -V -S $WORKSPACE/Trilinos/cmake/ctest/drivers/atdm/ctest-dr

ctest -V -S \
$WORKSPACE/Trilinos/cmake/ctest/drivers/atdm/ctest-driver.cmake
ATDM_TCD_CTEST_S_RETURN_CODE=$?

echo
echo "The 'ctest -S ctest-drivers.cmake' command returned code '$ATDM_TCD_CTEST_S_RETURN_CODE'"
echo
echo "End: ctest-s-driver.sh"
echo
Expand Down

0 comments on commit 9b13b37

Please sign in to comment.