Skip to content

Commit

Permalink
CFP-1661 Try to fix test result filepath
Browse files Browse the repository at this point in the history
  • Loading branch information
jochenehret committed Jul 12, 2021
1 parent 6bb1af9 commit ee0d8f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cf_performance_tests_suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ func TestCfPerformanceTests(t *testing.T) {
t.Fatalf("error parsing config: %s", err.Error())
}

jsonReporter := helpers.NewJsonReporter(fmt.Sprintf("test-results/cf-performance-test-results-%d.json", time.Now().Unix()))
jsonReporter := helpers.NewJsonReporter(fmt.Sprintf("./test-results/cf-performance-test-results-%d.json", time.Now().Unix()))

RegisterFailHandler(Fail)
RunSpecsWithDefaultAndCustomReporters(t, "CfPerformanceTests Suite", []Reporter{jsonReporter})
Expand Down

0 comments on commit ee0d8f3

Please sign in to comment.