Skip to content

Commit

Permalink
Start echoing from the beginning of the complete test script for easi…
Browse files Browse the repository at this point in the history
…er debugging
  • Loading branch information
rocallahan committed Oct 3, 2023
1 parent bf632f1 commit 0202303
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion release-process/rr-testing.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
# install_build_deps : function to install dependencies required to build rr
# install_app_test_deps : function to install dependencies required by tests

set -x # echo commands
set -e # default to exiting on error"

uname -a
Expand Down
1 change: 1 addition & 0 deletions release-process/test-system.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ def config_script_function(config_key):
ctest_options = ['-E', '|'.join(exclude_tests)]
full_script = '\n'.join(
[
'set -x', # echo commands
config_script_function('setup_commands'),
config_script_function('install_build_deps'),
config_script_function('install_app_test_deps'),
Expand Down

0 comments on commit 0202303

Please sign in to comment.