echo "Starting ca_test ..."
+rm -f *_s.tcl
../ca/server/daq_tcl_param_cas 2>cas_test_protocol.txt &
echo $! >> cas.pid
echo "Starting file_test ..."
+rm -f *_s.tcl
+
echo "Starting ora_test ..."
+rm -f *_s.tcl
+
+cp tcl/i_store.tcl i_store_s.tcl
+cp tcl/i_store_existing.tcl i_store_existing_s.tcl
+cp tcl/i_store_multiple.tcl i_store_multiple_s.tcl
+cp tcl/s_store.tcl s_store_s.tcl
+cp tcl/s_store_existing.tcl s_store_existing_s.tcl
+cp tcl/s_store_multiple.tcl s_store_multiple_s.tcl
+cp tcl/s_store_whitespace.tcl s_store_whitespace_s.tcl
+
echo "Starting psql_test ..."
+rm -f *_s.tcl
+
+cp tcl/i_store.tcl i_store_s.tcl
+cp tcl/i_store_existing.tcl i_store_existing_s.tcl
+cp tcl/i_store_multiple.tcl i_store_multiple_s.tcl
+cp tcl/s_store.tcl s_store_s.tcl
+cp tcl/s_store_existing.tcl s_store_existing_s.tcl
+cp tcl/s_store_multiple.tcl s_store_multiple_s.tcl
+cp tcl/s_store_whitespace.tcl s_store_whitespace_s.tcl
+
echo "Starting tcl_test ..."
+rm -f *_s.tcl
+
printf("%s : Param_storeInt: Simple.\n", testid);
#endif
- truncate("i_store_s.tcl", 0);
-
param = malloc(sizeof(Param));
conSetupParam(param, "i_store");
printf("%s : Param_storeInt: Store a Parameter already existing in the source.\n", testid);
#endif
- truncate("i_store_existing_s.tcl", 0);
-
param = malloc(sizeof(Param));
conSetupParam(param, testid);
printf("%s : Param_storeInt: Storing a value multiple.\n", testid);
#endif
- truncate("i_store_multiple_s.tcl", 0);
-
param = malloc(sizeof(Param));
conSetupParam(param, testid);
printf("%s : Param_storeString: Simple.\n", testid);
#endif
- truncate("s_store_s.tcl", 0);
-
param = malloc(sizeof(Param));
conSetupParam(param, testid);
printf("%s : Param_storeString: Store a Parameter already existing in the source.\n", testid);
#endif
- truncate("s_store_existing_s.tcl", 0);
-
param = malloc(sizeof(Param));
conSetupParam(param, testid);
printf("%s : Param_storeString: Storing a value multiple.\n", testid);
#endif
- truncate("s_store_multiple_s.tcl", 0);
-
param = malloc(sizeof(Param));
conSetupParam(param, testid);
printf("%s : Param_storeString: Store a string containing a whitespace.\n", testid);
#endif
- truncate("s_store_whitespace_s.tcl", 0);
-
param = malloc(sizeof(Param));
conSetupParam(param, testid);