Skip to content

Commit

Permalink
Merge pull request #3305 from BsAtHome/fix_test-scripts
Browse files Browse the repository at this point in the history
Fix test scripts
  • Loading branch information
andypugh authored Feb 2, 2025
2 parents 410f35a + fc9d74f commit a4da2a5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion tests/halcompile/serial-out-of-tree/checkresult
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/sh
[ -e "`dirname "$1"`/mesa_uart.so" -o "`dirname "$1"`/mesa_uart.ko" ]
[ -e "$(dirname "$1")/mesa_uart_test.so" ] || [ -e "$(dirname "$1")/mesa_uart_test.ko" ]
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,3 @@ linuxcnc -r circular_arcs.ini > test.log &
./machine_setup.py "$1" && say_done
fg
./save_activate.sh test.log
exit $1

0 comments on commit a4da2a5

Please sign in to comment.