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 8dd1b76 commit ffc855dCopy full SHA for ffc855d
tutorials/run_tutorial_tests.sh
@@ -83,12 +83,12 @@ for t in */tests.txt; do
83
(
84
cd scripts
85
cat "$script" |
86
- sed 's/generations[[:space:]]=[[:space:]][0-9]*/generations=1/g' |
+ sed 's/generations[[:space:]]*=[[:space:]]*[0-9]*/generations=1/g' |
87
sed 's/rules[[:space:]]*=[[:space:]]*[^,]*/generations=1/g' |
88
sed 's/^n_gen *= *[0-9]*/n_gen = 1/' |
89
sed 's/\.burnin([0-9][0-9]*/.burnin(1/' |
90
sed 's/\.run([0-9][0-9]*/.run(1/' |
91
- sed 's/checkpointInterval=[0-9]*/checkpointInterval=1/g' > "cp_$script"
+ 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"
94
script_result="$?"
0 commit comments