Skip to content

Commit

Permalink
TESTING_TEMP
Browse files Browse the repository at this point in the history
  • Loading branch information
TeamSPoon committed Sep 18, 2021
1 parent c349e78 commit 44bc7af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/rootfs/usr/local/bin/lmoo-junit-minor
Expand Up @@ -20,7 +20,7 @@ if [ "$(whoami)" == "jenkins" ]; then
fi


[ -z "${TESTING _TEMP}" ] && [ -d "$(pwd)/test_results" ] && export TESTING_TEMP=$(pwd)/test_results/$(whoami)
[ -z "${TESTING_TEMP}" ] && [ -d "$(pwd)/test_results" ] && export TESTING_TEMP=$(pwd)/test_results/$(whoami)
[ -z "${TESTING_TEMP}" ] && [ -d "${LOGICMOO_WS}/test_results" ] && export TESTING_TEMP=${LOGICMOO_WS}/test_results/$(whoami)
[ -z "${TESTING_TEMP}" ] && export TESTING_TEMP=$(mktemp -d -t logicmoo_testing-$(date +%Y-%m-%d-%H-%M-%S)-XXXXXXXXXX)
export TESTING_TEMP
Expand Down

0 comments on commit 44bc7af

Please sign in to comment.