Changes between Initial Version and Version 1 of Ticket #484
- Timestamp:
- Oct 17, 2013, 4:00:19 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #484 – Description
initial v1 6 6 #!sh 7 7 $ egrep 'PS_crsset|PS_Range' ./systemtest/util/petascope.sh -r 8 9 10 8 $PSQL -c "delete from PS_Range where coverage = $c_id" > /dev/null 9 $PSQL -c "delete from PS_crsset where axis = $x_id" > /dev/null 10 $PSQL -c "delete from PS_crsset where axis = $y_id" > /dev/null 11 11 $PSQL -c "insert into PS_Range (coverage, i, name, type) values ($c_id, 0, 'value', 4)" > /dev/null || exit $RC_ERROR 12 12 $PSQL -c "insert into PS_crsset ( axis, crs) values ( $x_id, 9)" > /dev/null || exit $RC_ERROR