]> scripts.mit.edu Git - wizard.git/blobdiff - tests/test-install-wordpress.sh
Implement Wordpress installer for 2.0.2 w/ sqlalchemy.
[wizard.git] / tests / test-install-wordpress.sh
diff --git a/tests/test-install-wordpress.sh b/tests/test-install-wordpress.sh
new file mode 100755 (executable)
index 0000000..68a6b6c
--- /dev/null
@@ -0,0 +1,7 @@
+#!/bin/bash -e
+
+TESTNAME="upgrade_wordpress"
+source ./setup
+
+#wizard install wordpress-$VERSION-scripts "$TESTDIR" -- --title="My Blog"
+wizard install wordpress "$TESTDIR" -- --title="My Blog"