View Last Changes of build #6
Previous revision: 3efbf8cd7654a801c73b7b3d35ec8de7fbd8f690
Author: Douglas R Miles
E-mail: logicmoo@gmail.com
Date: Sep 27, 2021 12:53:52 AM GMT-07:00
Message: bout to Jenkins
Author: Douglas R Miles
E-mail: logicmoo@gmail.com
Date: Sep 27, 2021 12:53:52 AM GMT-07:00
Message: bout to Jenkins
Current revision: 030211eaee19575687e748464fc1a808d2d1aaa7
Author: Douglas R Miles
E-mail: logicmoo@gmail.com
Date: Sep 27, 2021 1:04:40 AM GMT-07:00
Message: fix script syntax error
Author: Douglas R Miles
E-mail: logicmoo@gmail.com
Date: Sep 27, 2021 1:04:40 AM GMT-07:00
Message: fix script syntax error
Commits (1) show
Files changed (1)
show
test_on_release.sh
CHANGED
@@ -55,14 +55,13 @@
|
|
55
55
|
TEST_PARAMS="$*"
|
56
56
|
if [ -z "$TEST_PARAMS" ]; then
|
57
57
|
# TEST_PARAMS="*0*.*"
|
58
|
-
|
58
|
+
echo TEST_PARAMS="*f*_01.p*"
|
59
59
|
fi
|
60
60
|
|
61
61
|
|
62
62
|
|
63
63
|
echo -e "Running release (all) tests\nTESTING_TEMP=$TESTING_TEMP\n( cd $PWD ; $BASH_SOURCE $TEST_PARAMS )"
|
64
64
|
|
65
|
-
cat /dev/null >
|
66
65
|
eval "lmoo-make $VERBOSITY"
|
67
66
|
|
68
67
|
TEST_DIRS=`find -mindepth 2 $FILTER -type f -name "test_on_*.sh" -exec dirname {} \;`
|