Skip to content

Commit c43ffc4

Browse files
author
nouriahm
committed
runTests.pl and ConfigTest improved
1 parent 0937862 commit c43ffc4

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

tests/ConfigTest.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ dir=apps/ConfigTests
1515
param1=hbaseSite
1616
value1_key=absPath
1717

18+
COMMAND
19+
command=mkdir -p apps/ConfigTests/etc
20+
1821
COMMAND
1922
command=cp $HBASE_HOME/conf/hbase-site.xml apps/ConfigTests/etc
2023

tests/runTests.pl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ (%)
121121
my $command=$args{"command"};
122122
my $resultKey=$args{"resultKey"};
123123

124+
print ("\ncommand: $command \n");
124125
my $results = `$command`;
125126
chomp $results;
126127
print ("Result of command $command is $results, putting it in under $resultKey\n");

0 commit comments

Comments
 (0)