From 2da624ae5265c18c4ca8f315428daf85d5c41240 Mon Sep 17 00:00:00 2001 From: hades Date: Thu, 31 May 2001 12:52:28 +0000 Subject: [PATCH] *** empty log message *** --- allParam/test/bin/cleanup.sql | 12 ++++++++++++ allParam/test/bin/post_ora_test.sh | 1 + 2 files changed, 13 insertions(+) create mode 100644 allParam/test/bin/cleanup.sql diff --git a/allParam/test/bin/cleanup.sql b/allParam/test/bin/cleanup.sql new file mode 100644 index 0000000..ac8b105 --- /dev/null +++ b/allParam/test/bin/cleanup.sql @@ -0,0 +1,12 @@ +DELETE FROM daq.store_int WHERE setup IN ( + 'i_store', + 'i_store_existing', + 'i_store_multiple' +); +DELETE FROM daq.store_string WHERE setup IN ( + 's_store', + 's_store_existing', + 's_store_multiple', + 's_store_whitespace' +); +QUIT diff --git a/allParam/test/bin/post_ora_test.sh b/allParam/test/bin/post_ora_test.sh index 975b348..eb76940 100644 --- a/allParam/test/bin/post_ora_test.sh +++ b/allParam/test/bin/post_ora_test.sh @@ -1,4 +1,5 @@ #!/bin/sh +sqlplus daq_oper/daqall@db-hades.gsi.de @bin/cleanup.sql echo "Cleaned up after ora_test." -- 2.43.0