Skip to content

Commit

Permalink
Fix small bug in first test generation
Browse files Browse the repository at this point in the history
  • Loading branch information
grasmanek94 committed Apr 27, 2024
1 parent b2a51df commit c0b4ae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/TestCases/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ message("-- Adding tests...")
include(credentials.cmake)

function(add_simple_test_case GALAXY_VERSION_NUMBER TEST_CASE_NAME PREFIX)
set(GALAXY_VERSION "${GALAXY_ARCH}-${GALAXY_VERSION_NUMBER}" PARENT_SCOPE)
set(GALAXY_VERSION "${GALAXY_ARCH}-${GALAXY_VERSION_NUMBER}")

set(ARCH_ADDITION ${GALAXY_ARCH})
string(REPLACE "x64" "64" ARCH_ADDITION ${ARCH_ADDITION})
Expand Down

0 comments on commit c0b4ae0

Please sign in to comment.