Skip to content

Commit

Permalink
Variables protected
Browse files Browse the repository at this point in the history
  • Loading branch information
Andres Gomez Casanova committed Oct 6, 2014
1 parent fc5cd8a commit 9152f31
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/test/scripts/test.ps1
Expand Up @@ -31,9 +31,9 @@ if ( $LastExitCode -ne 0 ) {
echo "x for executing"
echo "The test file should have this structure: Test_<SCHEMA_NAME>.sql"
} else {
$SCHEMA=$Args[0]
$OPTION_1=$Args[1]
$OPTION_2=$Args[2]
${SCHEMA}=$Args[0]
${OPTION_1}=$Args[1]
${OPTION_2}=$Args[2]
# Execute the tests.
if ( "${OPTION_1}" -eq "" -or "${OPTION_1}" -eq "i" -or "${OPTION_2}" -eq "i" ) {
# Prepares the installation.
Expand Down

0 comments on commit 9152f31

Please sign in to comment.