Skip to content

Commit a4dc883

Browse files
committed
Revert "scripts: correct getopt parameters in timing_stats.sh script"
This reverts commit a41c530.
1 parent 7fddb4e commit a4dc883

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Utilities/Scripts/timing_stats.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
# this script assumes it is being run in Verification
33
is_benchmark="no"
4-
while getopts 'Ad:p:o:tT:' OPTION
4+
while getopts 'Ad:po:t' OPTION
55
do
66
case $OPTION in
77
A)
@@ -19,9 +19,6 @@ case $OPTION in
1919
t)
2020
dummy=1
2121
;;
22-
T)
23-
dummy=1
24-
;;
2522
esac
2623
done
2724
shift $(($OPTIND-1))

0 commit comments

Comments
 (0)