We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf632f1 commit 0202303Copy full SHA for 0202303
release-process/rr-testing.sh
@@ -11,7 +11,6 @@
11
# install_build_deps : function to install dependencies required to build rr
12
# install_app_test_deps : function to install dependencies required by tests
13
14
-set -x # echo commands
15
set -e # default to exiting on error"
16
17
uname -a
release-process/test-system.py
@@ -169,6 +169,7 @@ def config_script_function(config_key):
169
ctest_options = ['-E', '|'.join(exclude_tests)]
170
full_script = '\n'.join(
171
[
172
+ 'set -x', # echo commands
173
config_script_function('setup_commands'),
174
config_script_function('install_build_deps'),
175
config_script_function('install_app_test_deps'),
0 commit comments