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 b559238 commit 871393dCopy full SHA for 871393d
tutorials/run_tutorial_tests.sh
@@ -90,7 +90,7 @@ for t in */tests.txt; do
90
sed 's/\.run([0-9][0-9]*/.run(1/' |
91
sed 's/checkpointInterval[[:space:]]*=[[:space:]]*[0-9]*/checkpointInterval=1/g' > "cp_$script"
92
)
93
- ${rb_exec} -b scripts/cp_$script &> "output/${script%.[Rr]ev}.errout"
+ ${rb_exec} scripts/cp_$script &> "output/${script%.[Rr]ev}.errout"
94
script_result="$?"
95
printf "${CLEAR}"
96
if [ "${script_result}" = 139 ]; then
0 commit comments