- Timestamp:
- Mar 5, 2013, 2:23:09 PM (13 years ago)
- Location:
- branches/eam_branches/ipp-20130207/ippToPsps
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
test/mkgpc1.sh (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20130207/ippToPsps
- Property svn:mergeinfo changed
/trunk/ippToPsps (added) merged: 35170-35171,35173-35175,35177-35179,35181-35188,35190-35191,35203-35204,35216-35218,35222-35226,35232-35233
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20130207/ippToPsps/test/mkgpc1.sh
r35097 r35235 61 61 CREATE TABLE camProcessedExp ( 62 62 path_base CHAR(255), 63 cam_id INT 63 cam_id INT, 64 fault INT 64 65 ); 65 66 CREATE TABLE fakeRun ( … … 98 99 ); 99 100 CREATE TABLE addRun ( 101 add_id INT, 100 102 stage CHAR(64), 101 103 state CHAR(64), 102 104 stage_id INT, 103 105 minidvodb_name CHAR(64) 106 ); 107 CREATE TABLE addProcessedExp ( 108 add_id INT, 109 fault INT 104 110 ); 105 111 CREATE TABLE minidvodbRun ( … … 148 154 set ntable = `echo "USE $dbname; show tables;" | mysql -h $dbhost -u $dbuser $dbpass | wc -l` 149 155 echo ntable: $ntable 150 if ($ntable != 2 0) then151 echo "expected 2 0lines (19 tables), but got $ntable, not deleting"156 if ($ntable != 21) then 157 echo "expected 21 lines (19 tables), but got $ntable, not deleting" 152 158 exit 2 153 159 endif
Note:
See TracChangeset
for help on using the changeset viewer.
