compare_testfiles.sh: explicitly specify output format for time; different systems (shells) use different things...

pull/5/head
Peter Meerwald-Stadler 3 years ago
parent ab9382ea4a
commit 0af164582f

@ -1,6 +1,8 @@
#!/bin/sh
if [ "$1" = "" ]; then
export TIME='real\t %e'
if [ "$1" = "" ]; then
echo "specify path to tlc binary"
exit 1
else

Loading…
Cancel
Save