Skip to content

Commit 871393d

Browse files
committed
Remove -b flag from rb invocation.
1 parent b559238 commit 871393d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/run_tutorial_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ for t in */tests.txt; do
9090
sed 's/\.run([0-9][0-9]*/.run(1/' |
9191
sed 's/checkpointInterval[[:space:]]*=[[:space:]]*[0-9]*/checkpointInterval=1/g' > "cp_$script"
9292
)
93-
${rb_exec} -b scripts/cp_$script &> "output/${script%.[Rr]ev}.errout"
93+
${rb_exec} scripts/cp_$script &> "output/${script%.[Rr]ev}.errout"
9494
script_result="$?"
9595
printf "${CLEAR}"
9696
if [ "${script_result}" = 139 ]; then

0 commit comments

Comments
 (0)