Skip to content

Commit 9c99856

Browse files
committed
Better output during tests
1 parent 71e7b74 commit 9c99856

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/run-tests

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ rm -f unit-tests.log
3232
rm -rf metastore warehouse
3333

3434
function run_test() {
35+
echo "Running test: $1"
3536
SPARK_TESTING=1 $FWDIR/bin/pyspark $1 2>&1 | tee -a > unit-tests.log
3637
FAILED=$((PIPESTATUS[0]||$FAILED))
3738

0 commit comments

Comments
 (0)