[Armadeus-commitlog] armadeus branch, master, updated. release-3.4-288-gaa6f422
Brought to you by:
sszy
|
From: Julien B a. A. <ar...@us...> - 2011-07-04 09:35:24
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via aa6f42268cdf2cf7410a881e905f36d50dd36bb5 (commit)
from 6fbb41ed1734543aced7e286a59eda09340d4e0e (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.
- Log -----------------------------------------------------------------
commit aa6f42268cdf2cf7410a881e905f36d50dd36bb5
Author: Julien Boibessot <jul...@ar...>
Date: Mon Jul 4 11:34:20 2011 +0200
[TESTS] Remove useless test_zlib.sh
-----------------------------------------------------------------------
Summary of changes:
target/test/packages/test_zlib.sh | 36 ------------------------------------
1 files changed, 0 insertions(+), 36 deletions(-)
delete mode 100755 target/test/packages/test_zlib.sh
diff --git a/target/test/packages/test_zlib.sh b/target/test/packages/test_zlib.sh
deleted file mode 100755
index 3f32209..0000000
--- a/target/test/packages/test_zlib.sh
+++ /dev/null
@@ -1,36 +0,0 @@
-#!/bin/sh
-
-#
-# Script to test Armadeus Software release
-#
-# Copyright (C) 2008 The Armadeus Project
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-
-source ./test_helpers.sh
-source ./test_env.sh
-
-#DEBUG=True
-
-test_zlib()
-{
- show_test_banner "zlib"
- if [ -e "./example" ]; then
- ./example
- if [ "$?" == 0 ]; then
- echo_test_ok
- else
- echo "returned runtime error"
- exit_failed
- fi
- else
- echo "file example does not exist"
- exit_failed
- fi
-}
-
-test_zlib
hooks/post-receive
--
armadeus
|