From e230d2c9ca240f08a021acb116f03a8914a91a80 Mon Sep 17 00:00:00 2001 From: Matt Pharr Date: Tue, 26 Jul 2011 10:57:39 +0100 Subject: [PATCH] Make the target argument work in the run_tests.sh script --- run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_tests.sh b/run_tests.sh index 78281285..bbdfe620 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -6,7 +6,7 @@ number=$(ls -1 tests/*.ispc|wc -l) counter=1 target=sse4 -while getopts ":vth" opt;do +while getopts ":vt:h" opt;do case $opt in v) verbose=true ;;