Skip to content

Commit

Permalink
Added the system_lib_dir
Browse files Browse the repository at this point in the history
  • Loading branch information
annaibm committed May 9, 2024
1 parent fa653d8 commit 07284af
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions system/system.mk
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,9 @@ ifdef JVM_OPTIONS
endif

ifndef SYSTEM_LIB_DIR
SYSTEM_LIB_DIR := $(SYSTEMTEST_RESROOT)$(D)systemtest_prereqs
SYSTEM_LIB_DIR := "/home/jenkins/workspace/Grinder/aqa-tests/systemtest_prereqs"
endif

$(info SYSTEMTEST_RESROOT is $(SYSTEMTEST_RESROOT))
$(info SYSTEM_LIB_DIR is $(SYSTEM_LIB_DIR))

define SYSTEMTEST_CMD_TEMPLATE
Expand Down

0 comments on commit 07284af

Please sign in to comment.