File tree Expand file tree Collapse file tree 4 files changed +6
-2
lines changed
Expand file tree Collapse file tree 4 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1+ test.expect
2+ test.fil.data
3+ test.fil.out
Original file line number Diff line number Diff line change 11#! /bin/bash
22
33KERNEL=$1
4- python apps/blas/util.py -r -n 5 -w 4 -k $KERNEL
4+ apps/blas/util.py -r -n 5 -w 4 -k $KERNEL
55
66
Original file line number Diff line number Diff line change 1+ #!/usr/bin/env python3
12import argparse
23from functools import reduce
34from itertools import chain
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ name = "blas"
124124paths = [" apps/blas/*/test.fil" ]
125125expect_dir = " apps/blas/"
126126cmd = """
127- python apps/blas/util.py -r -n 5 -w 4 -k {} && \
127+ apps/blas/util.py -r -n 5 -w 4 -k {} && \
128128dir=$(dirname {}) && \
129129rm $dir/test.expect $dir/test.fil.data $dir/test.fil.out
130130"""
You can’t perform that action at this time.
0 commit comments