Changeset 39015 for trunk/ippToPsps/test/mkgpc1.sh
- Timestamp:
- Oct 30, 2015, 5:01:15 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/test/mkgpc1.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/test/mkgpc1.sh
r38964 r39015 58 58 set ntable = `mysql -B -h $dbhost -u $dbuser $dbpass $dbname -e "show tables" | wc -l` 59 59 echo ntable: $ntable 60 if ($ntable != 2 5) then61 echo "expected 2 5 lines (24tables), but got $ntable, not deleting"60 if ($ntable != 28) then 61 echo "expected 28 lines (27 tables), but got $ntable, not deleting" 62 62 exit 2 63 63 endif
Note:
See TracChangeset
for help on using the changeset viewer.
