Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ashah-splunk committed Sep 7, 2023
1 parent f2847fa commit 2599cba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/java-examples-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
echo scheme=https >> .splunkrc
echo version=${{ matrix.splunk }} >> .splunkrc
- name: Test using maven
working-directory: ./java
working-directory: java
run: make test
env:
SPLUNK_HOME: "/opt/splunk"
Expand Down
2 changes: 1 addition & 1 deletion java/src/test/java/com/splunk/examples/TestExamples.java
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ public void inputExampleTest(){

@Test
public void pivotExampleTest(){
try {
try {
assertEquals(0,executePivotExample());
System.out.println("Pivot example test passed !!!");
} catch (IOException | InterruptedException e) {
Expand Down

0 comments on commit 2599cba

Please sign in to comment.