Skip to content

Commit

Permalink
Filter the checked GIT_* environment variables
Browse files Browse the repository at this point in the history
To exclude addition variables available on Travis.
  • Loading branch information
jonas authored and rolandwalker committed May 21, 2018
1 parent ce9b58d commit 1ff3721
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/main/git-alias-test
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ steps '
executable alias-vars <<EOF
{
echo "PWD=\$(pwd)"
env | grep GIT_
env | grep 'GIT_DIR\|GIT_PREFIX\|GIT_WORK_TREE'
} | sed 's,$output_dir,ROOT,' >> "$output_dir/alias-vars"
EOF

Expand Down Expand Up @@ -53,4 +53,4 @@ assert_equals 'main.screen' <<EOF
2014-01-16 22:51 Jonas Fonseca I Move classes under org.scalajs.benchmark packag
[main] ee912870202200a0b9cf4fd86ba57243212d341e - commit 1 of 2 100%
EOF
EOF

0 comments on commit 1ff3721

Please sign in to comment.