Updates shebang for python script of test_driver (#1975)
author남궁석/동작제어Lab(SR)/Engineer/삼성전자 <sk.namkoong@samsung.com>
Tue, 17 Jul 2018 04:26:40 +0000 (13:26 +0900)
committer박세희/동작제어Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Tue, 17 Jul 2018 04:26:40 +0000 (13:26 +0900)
Add `#!usr/bin/env python` to be executed by python, not bash

Signed-off-by: Seok NamKoong <sk.namkoong@samsung.com>
tools/test_driver/py/test_driver.py

index 8688939..e10435b 100755 (executable)
@@ -1,3 +1,5 @@
+#!/usr/bin/env python
+
 # Copyright (c) 2018 Samsung Electronics Co., Ltd. All Rights Reserved
 #
 # Licensed under the Apache License, Version 2.0 (the "License");