From a2fc80704176e6f98c579f795f39bcc29f5877ed Mon Sep 17 00:00:00 2001 From: notaz Date: Wed, 13 Mar 2013 01:54:13 +0200 Subject: psx_gpu: minor test fixes --- plugins/gpu_neon/psx_gpu/tests/psx_dump_check.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'plugins/gpu_neon/psx_gpu/tests/psx_dump_check.sh') diff --git a/plugins/gpu_neon/psx_gpu/tests/psx_dump_check.sh b/plugins/gpu_neon/psx_gpu/tests/psx_dump_check.sh index 25d0725..58427b1 100755 --- a/plugins/gpu_neon/psx_gpu/tests/psx_dump_check.sh +++ b/plugins/gpu_neon/psx_gpu/tests/psx_dump_check.sh @@ -1,3 +1,8 @@ +if test -z "$1"; then + echo "$0 " + exit 1 +fi + truncate --size 0 $1 for dump in gpu_dumps_all/* do -- cgit v1.2.3