[ARVADOS-DEV] updated: fef361d38a31b29fdda31e8a5eda13c908c04966
git at public.curoverse.com
git at public.curoverse.com
Tue Sep 23 10:31:56 EDT 2014
Summary of changes:
jenkins/run-tests.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via fef361d38a31b29fdda31e8a5eda13c908c04966 (commit)
from b25bb303ff9c56f3b4349ba1e1cab399acf404f5 (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 fef361d38a31b29fdda31e8a5eda13c908c04966
Author: Tom Clegg <tom at curoverse.com>
Date: Tue Sep 23 10:21:30 2014 -0400
Fix another -z that should have been -n. refs #3894
diff --git a/jenkins/run-tests.sh b/jenkins/run-tests.sh
index ee4a9c4..45cdadc 100755
--- a/jenkins/run-tests.sh
+++ b/jenkins/run-tests.sh
@@ -88,7 +88,7 @@ clear_temp() {
leaving+=" $var=\"${!var}\""
fi
done
- if [[ -z "$leaving" ]]; then
+ if [[ -n "$leaving" ]]; then
echo "Leaving behind temp dirs: $leaving"
fi
}
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list