Skip to content
Snippets Groups Projects
Commit 8485cc65 authored by Sydney Anne Erickson's avatar Sydney Anne Erickson :chipmunk:
Browse files

Tests for testing against old clients

parent 990d13ab
Branches josh/groupCreationScript
No related tags found
1 merge request!29Draft: Tests for testing against old clients session files
set -e
#echo Initialization Upgrade
#OLDCLIENT="client-release" OLDDIVISE=2 ./run.sh > init-upgrade.txt 2>&1
#echo Initialization Cross-Version
#OLDCLIENT="client-release" OLDDIVISE=0 ./run.sh > init-cross-version.txt 2>&1
echo Upgraded Messaging pass 1
./run.sh > messaging-upgraded-pass1.txt 2>&1
echo Upgraded Messaging pass 2
CLIENTSUFFIX="-release" SKIPCLEAN=1 EXTRACLIENTFLAGS="--force-legacy" ./run.sh > messaging-upgraded-pass2.txt 2>&1
echo Cross-Version Messaging pass 1
./run.sh > messaging-cross-pass1.txt 2>&1
echo Cross-Version Messaging pass 2
CLIENTSUFFIX="-release" SKIPCLEAN=1 CLIENTTWO="client-release" ./run.sh > messaging-cross-pass2.txt 2>&1
echo Cross-Version Full
CLIENTTWO="client-release" ./run.sh > full-crossversion.txt 2>&1
\ No newline at end of file
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment