We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e053c55 commit 2b35a59Copy full SHA for 2b35a59
python/run-tests
@@ -33,7 +33,7 @@ rm -rf metastore warehouse
33
34
function run_test() {
35
echo "Running test: $1"
36
- SPARK_TESTING=1 $FWDIR/bin/pyspark $1 2>&1 | tee -a > unit-tests.log
+ SPARK_TESTING=1 $FWDIR/bin/pyspark $1 2>&1 | tee -a unit-tests.log
37
FAILED=$((PIPESTATUS[0]||$FAILED))
38
39
# Fail and exit on the first test failure.
0 commit comments