diff options
| author | Clifford Wolf <clifford@clifford.at> | 2015-08-22 09:36:28 +0200 |
|---|---|---|
| committer | Clifford Wolf <clifford@clifford.at> | 2015-08-22 09:42:57 +0200 |
| commit | f6f96a26e036e56577ad5a1bfec78fd06f419ca0 (patch) | |
| tree | b8a29bb84723e0ab31b127b89ee51cbad2948969 /icefuzz/tests/colbuf.sh | |
| parent | d094abca1c1c2d21b2b92dc743e2d5e767a97153 (diff) | |
icefuzz: python 3
Diffstat (limited to 'icefuzz/tests/colbuf.sh')
| -rw-r--r-- | icefuzz/tests/colbuf.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/icefuzz/tests/colbuf.sh b/icefuzz/tests/colbuf.sh index c565015..85c68ec 100644 --- a/icefuzz/tests/colbuf.sh +++ b/icefuzz/tests/colbuf.sh @@ -1,7 +1,7 @@ #!/bin/bash # for f in colbuf_io.work/*.exp colbuf_logic.work/*.exp colbuf_ram.work/*.exp; do -# python2 colbuf.py $f +# python3 colbuf.py $f # done | sort -u > colbuf.txt get_colbuf_data() |
