Skip to content

Commit

Permalink
Removed obsolete commands.
Browse files Browse the repository at this point in the history
  • Loading branch information
prwater committed Apr 2, 2020
1 parent 49ab182 commit 14ba8fe
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<project name="php-stratum-mysqli" default="build" basedir=".">
<project name="PhpStratum" default="build" basedir=".">
<target name="build">
<echo message="noting to do."/>
</target>
Expand All @@ -11,8 +11,6 @@

<!-- Runs all unit tests -->
<target name="unit">
<exec command="cat test/ddl/mysql/0010_create_database.sql | mysql -v -u root" passthru="true" checkreturn="true"/>
<exec command="cat test/ddl/mysql/0020_create_user.sql | mysql -v -u root" passthru="true" checkreturn="true"/>
<move file="test/psql/rename" tofile="test/psql/ test_escape ' &quot; @ $ ! ." overwrite="true" haltonerror="false"/>
<exec command="bin/phpunit" passthru="true" checkreturn="true"/>
<move file="test/psql/ test_escape ' &quot; @ $ ! ." tofile="test/psql/rename" overwrite="true"/>
Expand Down

0 comments on commit 14ba8fe

Please sign in to comment.