Skip to content

Commit a782bb2

Browse files
authored
Merge pull request #90 from revbayes/no-b
Remove -b flag from rb invocation.
2 parents fbada95 + 3bc1d67 commit a782bb2

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)