Skip to content

Commit f517eb3

Browse files
committed
updated testing make
1 parent 5564526 commit f517eb3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ start-ui:
2424

2525
test:
2626
@echo "INFO testing both server and UI..."
27-
osascript -e 'tell application "Terminal" to do script "$(TEST_SERVER)"'
28-
osascript -e 'tell application "Terminal" to do script "$(TEST_UI)"'
27+
$(TEST_UI)
2928

3029
test-server:
3130
@echo "INFO testing server..."

0 commit comments

Comments
 (0)