Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: pushd, not push

...

Code Block
languagebash
# For the front-end tests, Impala must be running:
./bin/start-impala-cluster.py
 
(pushpushd fe && mvn -fae test)
 
# To run one group of tests:
(pushd fe && mvn -fae test -Dtest=AnalyzeStmtsTest)
 
# To run a single test:
(pushd fe && mvn -fae test -Dtest=AnalyzeStmtsTest#TestStar)

...