Skip to content

Commit

Permalink
add --verbose for sometimes-failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
mpollmeier committed Jul 25, 2023
1 parent ca548ce commit b4dea30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/frontends-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ SCRIPT_ABS_DIR=$(dirname "$SCRIPT_ABS_PATH")
JOERN="$SCRIPT_ABS_DIR"/../joern

# first, run a simplistic smoke test
$JOERN --script tests/frontends-smoketest.sc
$JOERN --script tests/frontends-smoketest.sc --verbose

# now test all frontends with proper input code
frontends=(c jssrc javasrc java ghidra pythonsrc php)
Expand Down

0 comments on commit b4dea30

Please sign in to comment.