Megatest

Check-in [c88e33816f]
Login
Overview
Comment:corrected typo
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | v1.70
Files: files | file ages | folders
SHA1: c88e33816fbdb167095b8987888c56afaae86b22
User & Date: mmgraham on 2022-07-21 10:19:45
Other Links: branch diff | manifest | tags
Context
2022-07-26
12:10
added support for -since switch for pgdb sync check-in: acfe1f99e8 user: pjhatwal tags: v1.70
2022-07-21
10:19
corrected typo check-in: c88e33816f user: mmgraham tags: v1.70
2022-07-14
10:31
updated mt-old-to-new.sh to fix the wrap arround check-in: 3d09b9433e user: pjhatwal tags: v1.70
Changes

Modified utils/mt-old-to-new.sh from [ebb7c5975c] to [78adcda056].

1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/bash 
if [ -d ".megatest" ]
then
  echo ".megatest directory present."
  echo "You have already migerated. "
  exit
fi

mkdir -p .megatest
cp megatest.db .megatest/main.db
sqlite3 .megatest/main.db << END_SQL
delete from tests; 




|







1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/bash 
if [ -d ".megatest" ]
then
  echo ".megatest directory present."
  echo "You have already migrated. "
  exit
fi

mkdir -p .megatest
cp megatest.db .megatest/main.db
sqlite3 .megatest/main.db << END_SQL
delete from tests;