[ARVADOS] updated: a6df6abd009da14b6fa0d111a3ae2f41af9208d2
Git user
git at public.curoverse.com
Tue Jan 3 22:47:35 EST 2017
Summary of changes:
build/run-tests.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via a6df6abd009da14b6fa0d111a3ae2f41af9208d2 (commit)
from 8fc563f15301baa0a59bfae748e0c8cd2d5eefda (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit a6df6abd009da14b6fa0d111a3ae2f41af9208d2
Author: Tom Clegg <tom at curoverse.com>
Date: Tue Jan 3 22:47:14 2017 -0500
Fix run-tests.sh --skip option.
No issue #
diff --git a/build/run-tests.sh b/build/run-tests.sh
index b129d09..0e5a33e 100755
--- a/build/run-tests.sh
+++ b/build/run-tests.sh
@@ -221,7 +221,7 @@ do
exit 1
;;
--skip)
- skip[$1]=1
+ skip[$1]=1; shift
;;
--only)
only="$1"; skip[$1]=""; shift
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list