[hotfix] Fix shading checks

Project: http://git-wip-us.apache.org/repos/asf/flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/5c44f539
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/5c44f539
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/5c44f539

Branch: refs/heads/table-retraction
Commit: 5c44f53966a0ec5e96bc94b09f6067acf24cc969
Parents: dd588ef
Author: Robert Metzger <rmetz...@apache.org>
Authored: Thu Mar 23 15:13:25 2017 +0100
Committer: zentol <ches...@apache.org>
Committed: Wed Apr 5 20:48:30 2017 +0200

----------------------------------------------------------------------
 tools/travis_mvn_watchdog.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/5c44f539/tools/travis_mvn_watchdog.sh
----------------------------------------------------------------------
diff --git a/tools/travis_mvn_watchdog.sh b/tools/travis_mvn_watchdog.sh
index d1b396c..b4c8285 100755
--- a/tools/travis_mvn_watchdog.sh
+++ b/tools/travis_mvn_watchdog.sh
@@ -164,7 +164,7 @@ watchdog () {
 
 # Check the final fat jar for illegal artifacts
 check_shaded_artifacts() {
-       jar tf build-target/lib/flink-dist-*.jar > allClasses
+       jar tf build-target/lib/flink-dist*.jar > allClasses
        ASM=`cat allClasses | grep '^org/objectweb/asm/' | wc -l`
        if [ $ASM != "0" ]; then
                echo 
"=============================================================================="

Reply via email to