mirror of
https://github.com/crioux/turbo-linecount.git
synced 2024-10-27 17:24:01 +00:00
compare_testfiles.sh: explicitly specify output format for time; different systems (shells) use different things...
This commit is contained in:
parent
ab9382ea4a
commit
0af164582f
@ -1,6 +1,8 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
if [ "$1" = "" ]; then
|
export TIME='real\t %e'
|
||||||
|
|
||||||
|
if [ "$1" = "" ]; then
|
||||||
echo "specify path to tlc binary"
|
echo "specify path to tlc binary"
|
||||||
exit 1
|
exit 1
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user