From 9152f311ee1c313567edcf3bf38e2a37b06dec25 Mon Sep 17 00:00:00 2001 From: Andres Gomez Casanova Date: Tue, 7 Oct 2014 01:38:11 +0200 Subject: [PATCH] Variables protected --- src/test/scripts/test.ps1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/test/scripts/test.ps1 b/src/test/scripts/test.ps1 index 43e4eb0..24f64a5 100644 --- a/src/test/scripts/test.ps1 +++ b/src/test/scripts/test.ps1 @@ -31,9 +31,9 @@ if ( $LastExitCode -ne 0 ) { echo "x for executing" echo "The test file should have this structure: Test_.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.