Skip to content

Commit

Permalink
Update src/core/qgsrenderchecker.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Sep 14, 2024
1 parent 1cea63d commit ef0da96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgsrenderchecker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ QDir QgsRenderChecker::testReportDir()
if ( qgetenv( "QGIS_CONTINUOUS_INTEGRATION_RUN" ) == QStringLiteral( "true" ) )
return QDir( QDir( "/root/QGIS" ).filePath( QStringLiteral( "qgis_test_report" ) ) );
else if ( !qgetenv( "QGIS_TEST_REPORT" ).isEmpty() )
return QDir( qgetenv( "QGIS_TEST_REPORT") );
return QDir( qgetenv( "QGIS_TEST_REPORT" ) );
else
return QDir( QDir::temp().filePath( QStringLiteral( "qgis_test_report" ) ) );
}
Expand Down

0 comments on commit ef0da96

Please sign in to comment.