svn commit: samba r19432 - in branches/SAMBA_4_0/source/script/tests: .

brad at samba.org brad at samba.org
Sat Oct 21 03:18:10 GMT 2006


Author: brad
Date: 2006-10-21 03:18:09 +0000 (Sat, 21 Oct 2006)
New Revision: 19432

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=19432

Log:
This way of reverting snapshots is much better than the way I was doing them before.


Modified:
   branches/SAMBA_4_0/source/script/tests/test_win.sh


Changeset:
Modified: branches/SAMBA_4_0/source/script/tests/test_win.sh
===================================================================
--- branches/SAMBA_4_0/source/script/tests/test_win.sh	2006-10-21 00:23:27 UTC (rev 19431)
+++ branches/SAMBA_4_0/source/script/tests/test_win.sh	2006-10-21 03:18:09 UTC (rev 19432)
@@ -42,7 +42,7 @@
 restore_snapshot()
 {
 	echo -e $1
-	perl -I$WINTEST_DIR $WINTEST_DIR/vm_load_snapshot.pl
+	vmrun revertToSnapshot "$VM_CFG_PATH"
 	echo "Snapshot restored."
 }
 



More information about the samba-cvs mailing list