summaryrefslogtreecommitdiff
path: root/check
diff options
context:
space:
mode:
Diffstat (limited to 'check')
-rwxr-xr-xcheck8
1 files changed, 4 insertions, 4 deletions
diff --git a/check b/check
index 1d56c514..122ad0e2 100755
--- a/check
+++ b/check
@@ -145,9 +145,9 @@ fi
# Clean up artifacts from previous (possibly failed) runs, build,
# and run the tests.
-if "$run_unit_tests"; then
- python setup.py clean check
-fi
+#if "$run_unit_tests"; then
+# python setup.py clean check
+#fi
# Run scenario tests with yarn, if yarn is available.
#
@@ -166,7 +166,7 @@ if "$run_yarns" && command -v yarn > /dev/null
then
yarn --env "PYTHONPATH=$PYTHONPATH" --env "TMPDIR=$TMPDIR" $snapshot \
--tempdir "$TMPDIR" -s yarns/morph.shell-lib \
- yarns/*.yarn
+ yarns/*.yarn --run 'test recursive sources2' --verbose --snapshot
fi
# cmdtest tests.