Skip to content
This repository has been archived by the owner on Feb 19, 2024. It is now read-only.

Commit

Permalink
Cleanup and updating batch file
Browse files Browse the repository at this point in the history
  • Loading branch information
shambupujar committed Feb 2, 2021
1 parent 30e4636 commit 3456149
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 31 deletions.
29 changes: 0 additions & 29 deletions radixdlt-regression/run-docker-tests.sh

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ docker create --pid=host --privileged ^
--network=host --cap-add=NET_ADMIN ^
-e CONTAINER_NAME -e TEST_DURATION -e CORE_DIR=%CORE_DIR% ^
--name=%TEST_EXECUTOR% radix-system-test ^
gradle clean dockerSystemTests
./gradlew clean -p radixdlt-regression/system-tests :radixdlt-regression:system-tests:dockerSystemTests --stacktrace --info
docker start -a %TEST_EXECUTOR%
docker cp %TEST_EXECUTOR%:src/system-tests .
2 changes: 1 addition & 1 deletion run-docker-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ docker create --pid=host --privileged \
--network=host --cap-add=NET_ADMIN \
-e CONTAINER_NAME -e TEST_DURATION -e CORE_DIR=/core \
--name=${test_executor} radix-system-test \
./gradlew clean -p radixdlt-regression/system-tests :radixdlt-regression:system-tests:dockerSystemTests --stacktrace --refresh-dependencies --info --tests "com.radixdlt.test.DockerTests.smoke_test"
./gradlew clean -p radixdlt-regression/system-tests :radixdlt-regression:system-tests:dockerSystemTests --stacktrace --refresh-dependencies --info
docker start -a "${test_executor}"
docker cp $test_executor:/core/radixdlt-regression/system-tests .
test_status=$(docker inspect $test_executor --format='{{.State.ExitCode}}')
Expand Down

0 comments on commit 3456149

Please sign in to comment.