Commit changes
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
Files changed (1)
show
test_on_release.sh
CHANGED
@@ -55,14 +55,13 @@
|
|
55 |
TEST_PARAMS="$*"
|
56 |
if [ -z "$TEST_PARAMS" ]; then
|
57 |
# TEST_PARAMS="*0*.*"
|
58 |
-
|
59 |
fi
|
60 |
|
61 |
|
62 |
|
63 |
echo -e "Running release (all) tests\nTESTING_TEMP=$TESTING_TEMP\n( cd $PWD ; $BASH_SOURCE $TEST_PARAMS )"
|
64 |
|
65 |
-
cat /dev/null >
|
66 |
eval "lmoo-make $VERBOSITY"
|
67 |
|
68 |
TEST_DIRS=`find -mindepth 2 $FILTER -type f -name "test_on_*.sh" -exec dirname {} \;`
|
55 |
TEST_PARAMS="$*"
|
56 |
if [ -z "$TEST_PARAMS" ]; then
|
57 |
# TEST_PARAMS="*0*.*"
|
58 |
+
echo TEST_PARAMS="*f*_01.p*"
|
59 |
fi
|
60 |
|
61 |
|
62 |
|
63 |
echo -e "Running release (all) tests\nTESTING_TEMP=$TESTING_TEMP\n( cd $PWD ; $BASH_SOURCE $TEST_PARAMS )"
|
64 |
|
|
|
65 |
eval "lmoo-make $VERBOSITY"
|
66 |
|
67 |
TEST_DIRS=`find -mindepth 2 $FILTER -type f -name "test_on_*.sh" -exec dirname {} \;`
|