From 2bc6f707aadb9c24642b06d330b9f84575570110 Mon Sep 17 00:00:00 2001 From: hades Date: Thu, 29 Mar 2001 14:05:29 +0000 Subject: [PATCH] *** empty log message *** --- allParam/test/Makefile | 2 +- allParam/test/bin/pre_ca_test.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/allParam/test/Makefile b/allParam/test/Makefile index 863eee8..d89cde5 100644 --- a/allParam/test/Makefile +++ b/allParam/test/Makefile @@ -54,7 +54,7 @@ blobobjs : filenameobjs : cd filename ; $(MAKE) "CFLAGS=-Wall -I../../include" intobjs : - cd int ; $(MAKE) "CFLAGS=-Wall -I../../include" + cd int ; $(MAKE) "CFLAGS=-Wall -DVERBOSE -I../../include" stringobjs : cd string ; $(MAKE) "CFLAGS=-Wall -I../../include" diff --git a/allParam/test/bin/pre_ca_test.sh b/allParam/test/bin/pre_ca_test.sh index 023aadf..5dea6c1 100644 --- a/allParam/test/bin/pre_ca_test.sh +++ b/allParam/test/bin/pre_ca_test.sh @@ -2,7 +2,7 @@ echo "Starting ca_test ..." -../ca/server/daq_tcl_param_cas & +../ca/server/daq_tcl_param_cas 2>cas_test_protocol.txt & echo $! >> cas.pid -- 2.43.0