Skip to content

Commit 32f749d

Browse files
committed
tests: make RT properly start/stop in the raster test
1 parent de863df commit 32f749d

4 files changed

Lines changed: 2 additions & 2 deletions

File tree

tests/hal-stream/test.hal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
loadusr -w ./test.py
1+
loadusr -w ./streamtest.py
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,6 @@ def main():
252252
finally:
253253
c.exit()
254254
prog.exit()
255-
os.system('halrun -U')
256255
return 0
257256

258257
if __name__ == "__main__":

tests/raster/test.hal

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
loadusr -w ./rastertest.py

0 commit comments

Comments
 (0)