From f34aca62f62f3d262dc8382be8b3663c2dfd1a16 Mon Sep 17 00:00:00 2001 From: wing328 Date: Sun, 12 Nov 2017 22:42:02 +0800 Subject: [PATCH] skip "all" shell script --- bin/run-all-petstore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/run-all-petstore b/bin/run-all-petstore index be5901e06970..755ab2f749de 100755 --- a/bin/run-all-petstore +++ b/bin/run-all-petstore @@ -8,7 +8,7 @@ echo "Please press CTRL+C to stop or the script will continue in 10 seconds." sleep 10 -for SCRIPT in ./bin/*.sh +for SCRIPT in `ls -l ./bin/*.sh | grep -v all` do if [ -f $SCRIPT -a -x $SCRIPT ] then