Skip to content

Commit 0202303

Browse files
committed
Start echoing from the beginning of the complete test script for easier debugging
1 parent bf632f1 commit 0202303

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

release-process/rr-testing.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
# install_build_deps : function to install dependencies required to build rr
1212
# install_app_test_deps : function to install dependencies required by tests
1313

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

1716
uname -a

release-process/test-system.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ def config_script_function(config_key):
169169
ctest_options = ['-E', '|'.join(exclude_tests)]
170170
full_script = '\n'.join(
171171
[
172+
'set -x', # echo commands
172173
config_script_function('setup_commands'),
173174
config_script_function('install_build_deps'),
174175
config_script_function('install_app_test_deps'),

0 commit comments

Comments
 (0)