summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib/rpc/unit-test/ChangeLog4
-rw-r--r--src/lib/rpc/unit-test/rpc_test_setup.sh8
2 files changed, 4 insertions, 8 deletions
diff --git a/src/lib/rpc/unit-test/ChangeLog b/src/lib/rpc/unit-test/ChangeLog
index bd7c5212f..0923474e0 100644
--- a/src/lib/rpc/unit-test/ChangeLog
+++ b/src/lib/rpc/unit-test/ChangeLog
@@ -1,3 +1,7 @@
+Thu Nov 14 15:27:05 1996 Barry Jaspan <bjaspan@mit.edu>
+
+ * rpc_test_setup.sh: VERBOSE is now inherited from env-setup.sh
+
Wed Nov 13 10:00:05 1996 Ezra Peisach <epeisach@mit.edu>
* Makefile.in (clean): Remove test programs and objects.
diff --git a/src/lib/rpc/unit-test/rpc_test_setup.sh b/src/lib/rpc/unit-test/rpc_test_setup.sh
index 4bf869f3c..461b1cc90 100644
--- a/src/lib/rpc/unit-test/rpc_test_setup.sh
+++ b/src/lib/rpc/unit-test/rpc_test_setup.sh
@@ -12,14 +12,6 @@ DUMMY=${CLNTTCL=$TESTDIR/util/ovsec_kadm_clnt_tcl}
DUMMY=${TCLUTIL=$TESTDIR/tcl/util.t}; export TCLUTIL
DUMMY=${MAKE_KEYTAB=$TESTDIR/scripts/make-host-keytab.pl}
-# If it's set, set it to true
-if test x$VERBOSE_TEST = x; then
- VERBOSE=true
-# Otherwise, set it to false
-else
- VERBOSE=false
-fi
-
if $VERBOSE; then
REDIRECT=
else