accept-case $cases/*seqgen*

This commit is contained in:
John Kerl 2020-12-01 23:03:37 -05:00
parent ab45e75ae1
commit 655dffdc4b
2 changed files with 0 additions and 4 deletions

View file

@ -5,4 +5,3 @@ run_mlr seqgen --start 5 --stop 1 --step 1 -f b
run_mlr seqgen --start 5 --stop 1 --step -1 -f c
run_mlr seqgen --start 5 --stop 5 --step -1 -f d
run_mlr --from $indir/abixy cat then seqgen --start 1 --stop 5
run_mlr --from $indir/abixy cat then seqgen --start 1 --stop 100 then stats1 -a count,sum,min,p50,max -f i

View file

@ -33,6 +33,3 @@ i=3
i=4
i=5
mlr --from ./reg-test/input/abixy cat then seqgen --start 1 --stop 100 then stats1 -a count,sum,min,p50,max -f i
i_count=100,i_sum=5050,i_min=1,i_p50=51,i_max=100