aqa-tests icon indicating copy to clipboard operation
aqa-tests copied to clipboard

run aqa-tests sanity perf test complaint "configure_liberty.sh: line 56: cd: ${env.PERF_ROOT}: No such file or directory"

Open sendaoYan opened this issue 3 years ago • 0 comments

Describe the bug run aqa-tests sanity perf test complaint "configure_liberty.sh: line 56: cd: ${env.PERF_ROOT}: No such file or directory"

To Reproduce

export JDK_VERSION=17
export JAVA_HOME=${HOME}/software/jdk/2022-05/dragonwell-17.0.3.0.3+7-GA
export TEST_JDK_HOME=$JAVA_HOME
export PATH=$JAVA_HOME/bin:$PATH
export USE_TESTENV_PROPERTIES=true
export JDK_IMPL=hotspot
export BUILD_LIST=perf
cd aqa-tests
./get.sh
./compile.sh

Expected behavior get the correct ${env.PERF_ROOT}

Screenshots image

Additional context Add any other context about the problem here.

sendaoYan avatar May 21 '22 16:05 sendaoYan