File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 99
99
evm-assembly) check_import_test_type_unset ; IMPORT_TEST_TYPE=" evm-assembly" ;;
100
100
--help) print_usage ; exit 0 ;;
101
101
--exit-on-error) EXIT_ON_ERROR=1 ;;
102
- * ) fail " Unknown option '${PARAM} '. Aborting. $( print_usage || true ) " ;;
102
+ * ) fail " Unknown option '${PARAM} '. Aborting. $( print_usage) " ;;
103
103
esac
104
104
done
105
105
@@ -318,7 +318,7 @@ command_available "${READLINK}" --version
318
318
case " ${IMPORT_TEST_TYPE} " in
319
319
ast) TEST_DIRS=(" ${SYNTAXTESTS_DIR} " " ${ASTJSONTESTS_DIR} " ) ;;
320
320
evm-assembly) TEST_DIRS=(" ${SEMANTICTESTS_DIR} " ) ;;
321
- * ) assertFail " Import test type not defined. $( print_usage || true ) } " ;;
321
+ * ) assertFail " Import test type not defined. $( print_usage) " ;;
322
322
esac
323
323
324
324
# boost_filesystem_bug specifically tests a local fix for a boost::filesystem
You can’t perform that action at this time.
0 commit comments