Re: [Intel-gfx] [PATCH i-g-t 1/2] aubdump: remove already handled -o

2016-10-06 Thread Lionel Landwerlin

On 06/10/16 10:09, Petri Latvala wrote:

On Wed, Oct 05, 2016 at 11:48:26PM +0100, Lionel Landwerlin wrote:

- -o*)
- file=${1##-o}
- shift
- ;;


This breaks using -ofilename without spaces.




Oh right, I didn't realize that was an acceptable input.
Let's drop this patch then.

Thanks!

-
Lionel
___
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx


Re: [Intel-gfx] [PATCH i-g-t 1/2] aubdump: remove already handled -o

2016-10-06 Thread Petri Latvala
On Wed, Oct 05, 2016 at 11:48:26PM +0100, Lionel Landwerlin wrote:
> -   -o*)
> -   file=${1##-o}
> -   shift
> -   ;;


This breaks using -ofilename without spaces.


--
Petri Latvala
___
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx


[Intel-gfx] [PATCH i-g-t 1/2] aubdump: remove already handled -o

2016-10-05 Thread Lionel Landwerlin
From: Lionel Landwerlin 

Signed-off-by: Lionel Landwerlin 
Cc: Sirisha Gandikota 
---
 tools/intel_aubdump.in | 4 
 1 file changed, 4 deletions(-)

diff --git a/tools/intel_aubdump.in b/tools/intel_aubdump.in
index feee23a..3666b6e 100644
--- a/tools/intel_aubdump.in
+++ b/tools/intel_aubdump.in
@@ -34,10 +34,6 @@ while true; do
  verbose=1
  shift 1
  ;;
- -o*)
- file=${1##-o}
- shift
- ;;
  --output=*)
  file=${1##--output=}
  shift
-- 
2.9.3

___
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx