Home | History | Annotate | Download | only in scripts

Lines Matching defs:ind

64 ind = 0
97 print("""cat <<EOF > run_test_%(ind)d.sh
104 echo "Error; see run_tests.out/run_test_%(ind)d.out/run_test.log"
114 echo "=> run_test_%(ind)d: %(config_line)s"
115 mkdir run_test_%(ind)d.out
116 cd run_test_%(ind)d.out
125 chmod 755 run_test_%(ind)d.sh""" % {'ind': ind, 'config_line': config_line,
127 ind += 1
130 ' -P %(nparallel)d -n 1 sh' % {'last_ind': ind-1, 'nparallel': nparallel})