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 30d991d commit d4267e9Copy full SHA for d4267e9
python/run-tests
@@ -36,9 +36,9 @@ rm -f $LOG_FILE
36
rm -rf metastore warehouse
37
38
function run_test() {
39
- echo -en "Running test: $1 ... " | tee -a $LOG_FILE 2>&1
+ echo -en "Running test: $1 ... " | tee -a $LOG_FILE
40
start=$(date +"%s")
41
- SPARK_TESTING=1 time "$FWDIR"/bin/pyspark $1 > $LOG_FILE
+ SPARK_TESTING=1 time "$FWDIR"/bin/pyspark $1 > $LOG_FILE 2>&1
42
43
FAILED=$((PIPESTATUS[0]||$FAILED))
44
0 commit comments