Skip to content

Commit 46dd005

Browse files
committed
Try only testing bagel instead (since I don't think Maven logs to unit-tests.log?)
1 parent fbd3d03 commit 46dd005

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/run-tests

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ CURRENT_BLOCK=$BLOCK_SPARK_UNIT_TESTS
113113

114114
{
115115
SBT_MAVEN_PROFILES_ARGS="$SBT_MAVEN_PROFILES_ARGS -Phive -Phive-thriftserver"
116-
SBT_MAVEN_TEST_ARGS=("unsafe/test")
116+
SBT_MAVEN_TEST_ARGS=("bagel/test")
117117

118118
echo "[info] Running Spark tests with these arguments: $SBT_MAVEN_PROFILES_ARGS ${SBT_MAVEN_TEST_ARGS[@]}"
119119

0 commit comments

Comments
 (0)