You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@systemds.apache.org by ba...@apache.org on 2020/09/21 09:20:29 UTC

[systemds] branch master updated: [MINOR] Seperate compile and tests step function tests

This is an automated email from the ASF dual-hosted git repository.

baunsgaard pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/systemds.git


The following commit(s) were added to refs/heads/master by this push:
     new e2c5977  [MINOR] Seperate compile and tests step function tests
e2c5977 is described below

commit e2c59779dacc6d28043a5de4a38bc620c450fb9e
Author: baunsgaard <ba...@tugraz.at>
AuthorDate: Mon Sep 21 11:17:30 2020 +0200

    [MINOR] Seperate compile and tests step function tests
---
 docker/entrypoint.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker/entrypoint.sh b/docker/entrypoint.sh
index cc98f97..430d165 100755
--- a/docker/entrypoint.sh
+++ b/docker/entrypoint.sh
@@ -25,7 +25,7 @@
 cd /github/workspace
 
 log="/tmp/sysdstest.log"
-
+mvn -ntp compile test-compile
 mvn -ntp test -D maven.test.skip=false -D automatedtestbase.outputbuffering=true -D test=$1 | grep -v "already exists in destination." | tee $log
 
 grep_args="SUCCESS"