We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0937862 commit c43ffc4Copy full SHA for c43ffc4
tests/ConfigTest.cfg
@@ -15,6 +15,9 @@ dir=apps/ConfigTests
15
param1=hbaseSite
16
value1_key=absPath
17
18
+COMMAND
19
+command=mkdir -p apps/ConfigTests/etc
20
+
21
COMMAND
22
command=cp $HBASE_HOME/conf/hbase-site.xml apps/ConfigTests/etc
23
tests/runTests.pl
@@ -121,6 +121,7 @@ (%)
121
my $command=$args{"command"};
122
my $resultKey=$args{"resultKey"};
123
124
+ print ("\ncommand: $command \n");
125
my $results = `$command`;
126
chomp $results;
127
print ("Result of command $command is $results, putting it in under $resultKey\n");
0 commit comments