Skip to content
Snippets Groups Projects
Commit 272c1b8b authored by Anh Nguyen-Tuong's avatar Anh Nguyen-Tuong
Browse files

Turn on verbose output on failure

Former-commit-id: 82949297
parent ca499f80
No related branches found
No related tags found
No related merge requests found
......@@ -5,5 +5,5 @@ set -x
cd /tmp/peasoup_test
source set_env_vars
cd $CICD_TO_TEST_DIR/peasoup_examples/tests
cd $PEASOUP_HOME/tests; make clean; ./test_cmds.sh rida_p1
cd $PEASOUP_HOME/tests; make clean; ./test_cmds.sh -l -c rida_p1
......@@ -6,6 +6,6 @@ cd /tmp/peasoup_test
source set_env_vars
cd $CICD_TO_TEST_DIR/peasoup_examples/tests
cd $PEASOUP_HOME/tests
make clean; ./test_cmds.sh orig -l
make clean; ./test_cmds.sh rida -l
make clean; ./test_cmds.sh -c orig -l
make clean; ./test_cmds.sh -c rida -l
Subproject commit 1a4030f6d7d0a15c318a103805a9ff0527453390
Subproject commit 4614bc785211792bcf01d86e1170d978b66f81a8
Subproject commit feb9f8eaf7482624800f1bed83bd1e0255706831
Subproject commit 40c3f269c41cae41f43c3d02d43d15df833ba74a
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment